diff options
Diffstat (limited to 'overlay/frameworks/base')
-rwxr-xr-x[-rw-r--r--] | overlay/frameworks/base/core/res/res/values/config.xml | 18 | ||||
-rw-r--r-- | overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml | 2 | ||||
-rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 13 |
3 files changed, 8 insertions, 25 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 70e9aaa..d35948c 100644..100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -73,9 +73,7 @@ <!-- Default screen brightness setting. Must be in the range specified by minimum and maximum. --> - <integer name="config_screenBrightnessSettingDefault">53</integer> - <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> - <bool name="config_unplugTurnsOnScreen">true</bool> + <integer name="config_screenBrightnessSettingDefault">53</integer> <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors --> @@ -83,12 +81,8 @@ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> - <bool name="config_multiColorBatteryLed">false</bool> - <!--Used to decide if we show pulse settings --> - <bool name="config_ledCanPulse">true</bool> + <bool name="config_multiColorBatteryLed">false</bool> - <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> - <bool name="config_cellBroadcastAppLinks">true</bool> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> @@ -321,10 +315,6 @@ <!-- Is the device capable of hot swapping an ICC Card --> <bool name="config_hotswapCapable">true</bool> - <!-- Flag indicating emergency calls will always use IMS irrespective of the state of - the IMS connection --> - <bool name="useImsAlwaysForEmergencyCall">false</bool> - <!-- Flag specifying whether VoLTE & VT is available on device --> <bool name="config_device_volte_available">true</bool> @@ -410,9 +400,7 @@ <bool name="config_supportDoubleTapWake">true</bool> <!-- Enable overlay for all location components. --> - <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string> + <string name="config_networkLocationProviderPackageName" translatable="false">com.android.google.gms</string> <string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string> - <!-- Enable blur support --> - <bool name="config_ui_blur_enabled">true</bool> </resources> diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml index 764d30e..0b7d4b4 100644 --- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -18,7 +18,7 @@ --> <resources> <!-- 30 seconds for default screen timeout --> - <integer name="def_screen_off_timeout">240000</integer> + <integer name="def_screen_off_timeout">60000</integer> <!-- Set the automatic brightness mode on by default --> <bool name="def_screen_brightness_automatic_mode">true</bool> <!-- Default screen brightness, from 0 to 255. 87 is 34%. --> diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index 55de983..bf6717b 100644 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -21,15 +21,6 @@ for different hardware and product builds. --> <resources> - <!-- Control whether status bar should distinguish HSPA data icon from UMTS - data icon on devices --> - <bool name="config_hspa_data_distinguishable">true</bool> - - <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> - <bool name="config_show4GForLTE">true</bool> - - <!-- Doze: should the pickup sensor be used as a pulse signal? --> - <bool name="doze_pulse_on_pick_up">true</bool> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <bool name="doze_display_state_supported">true</bool> @@ -45,5 +36,9 @@ <!-- Doze: pulse parameter - delay to wait for the screen to wake up after an intent --> <integer name="doze_pulse_delay_in_intent">0</integer> + <!-- Control whether status bar should distinguish HSPA data icon form UMTS + data icon on devices --> + <bool name="config_hspa_data_distinguishable">true</bool> + </resources> |