diff options
author | Utkarsh Gupta <utkarsh.eminem@gmail.com> | 2014-05-15 17:21:41 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-08-07 10:21:27 +0530 |
commit | f27ad8fd43a10918b8b5c90d1780a30954b9e2da (patch) | |
tree | aae4d842226361e6d600f3ee7791b5ad34db8832 /overlay | |
parent | 261ac8b02d61daf925a9fd526fac4515c636cd74 (diff) | |
download | device_samsung_n7100-f27ad8fd43a10918b8b5c90d1780a30954b9e2da.zip device_samsung_n7100-f27ad8fd43a10918b8b5c90d1780a30954b9e2da.tar.gz device_samsung_n7100-f27ad8fd43a10918b8b5c90d1780a30954b9e2da.tar.bz2 |
Overlay updates
Change-Id: If632307dc0f2de13e0036f4cfef9803bbd45c72c
Conflicts:
overlay/frameworks/base/core/res/res/values/config.xml
overlay/packages/apps/Torch/res/values/config.xml
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 27 | ||||
-rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 20 |
2 files changed, 14 insertions, 33 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 341a683..3c8a86c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -18,9 +18,8 @@ --> <!-- These resources are around just to allow their values to be customized - for different hardware and product builds. --> + for different hardware and product builds. Do not translate. --> <resources> - <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be autodetected from the Configuration. --> <bool name="config_showNavigationBar">false</bool> @@ -28,6 +27,9 @@ <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION. Please don't copy them, copy anything else. --> + <!-- This string array should be overridden by the device to present a list of network + attributes. This is used by the connectivity manager to decide which networks can coexist + based on the hardware --> <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx], [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet] --> <!-- the 5th element "resore-time" indicates the number of milliseconds to delay @@ -45,8 +47,11 @@ <item>"wifi_p2p,13,1,0,-1,true"</item> </string-array> + <!-- This string array should be overridden by the device to present a list of radio + attributes. This is used by the connectivity manager to decide which networks can coexist + based on the hardware --> <!-- An Array of "[ConnectivityManager connectionType], - [# simultaneous connection types]" --> + [# simultaneous connection types]" --> <string-array translatable="false" name="radioAttributes"> <item>"1,1"</item> <item>"0,1"</item> @@ -85,21 +90,18 @@ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> <bool name="config_multiColorBatteryLed">true</bool> - <!-- Default color for notification LED is white. --> - <color name="config_defaultNotificationColor">#ffffffff</color> - <!-- Default LED on time for notification LED in milliseconds. --> <integer name="config_defaultNotificationLedOn">1000</integer> <!-- Default LED off time for notification LED in milliseconds. --> <integer name="config_defaultNotificationLedOff">9000</integer> - <!-- Disable the home key unlock setting - <bool name="config_disableHomeUnlockSetting">false</bool> --> - <!-- Workaround for devices with broken keyboards --> <bool name="config_forceDisableHardwareKeyboard">true</bool> + <!-- Allow the menu hard key to be disabled in LockScreen on some devices --> + <bool name="config_disableMenuKeyInLockScreen">true</bool> + <!-- Hardware 'face' keys present on the device, stored as a bit field. This integer should equal the sum of the corresponding value for each of the following keys present: @@ -109,13 +111,12 @@ 8 - Assistant (search) 16 - App switch For example, a device with Home, Back and Menu keys would set this - config to 7. --> + config to 7. --> <integer name="config_deviceHardwareKeys">7</integer> - <!-- Boolean to enable stylus gestures --> - <bool name="config_stylusGestures">true</bool> - <!-- Boolean to enable stk functionality on Samsung phones --> <bool name="config_samsung_stk">true</bool> + <!-- Boolean to enable stylus gestures --> + <bool name="config_stylusGestures">true</bool> </resources> diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml deleted file mode 100644 index 63f1363..0000000 --- a/overlay/packages/apps/Settings/res/values/bools.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2012 The CyanogenMod Project <http://www.cyanogenmod.org> - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 "> - <bool name="has_powercontrol_widget">true</bool> -</resources> |