diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-23 14:37:01 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-26 17:50:50 +0200 |
| commit | cf962ca9f3297e9f38cd1606c7d5e2429ebcb60c (patch) | |
| tree | e363c2c062c7333144b05a16fe3046019dadc170 | |
| parent | 1f2520003fc0f8645c7a70db134cf2df38959537 (diff) | |
update overlays
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 83 |
1 files changed, 24 insertions, 59 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 78202ee..dcf3a68 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -33,6 +33,12 @@ that can be set by the user. --> <integer name="config_screenBrightnessDim">20</integer> + <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> + <bool name="config_multiColorBatteryLed">false</bool> + + <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors --> + <bool name="config_multiColorNotificationLed">false</bool> + <!-- If this is true, the screen will come on when you plug/unplug usb/power/whatever. --> <bool name="config_unplugTurnsOnScreen">true</bool> @@ -50,50 +56,34 @@ does not require auto-restore. --> <!-- the 6th element indicates boot-time dependency-met value. --> <string-array translatable="false" name="networkAttributes"> - <item>wifi,1,1,2,-1,true</item> - <item>tedongle,49,49,1,-1,true</item> + <item>wifi,1,1,1,-1,true</item> <item>mobile,0,0,0,-1,true</item> - <item>mobile_mms,2,0,2,300000,true</item> - <item>mobile_supl,3,0,2,300000,true</item> - <item>mobile_dun,4,0,3,300000,true</item> - <item>mobile_hipri,5,0,3,300000,true</item> - <item>bluetooth,7,7,0,-1,true</item> - <item>mobile_fota,10,0,2,300000,true</item> - <item>mobile_ims,11,0,-1,-1,true</item> - <item>mobile_cbs,12,0,2,300000,true</item> - <item>mobile_dm,34,0,3,300000,true</item> - <item>mobile_wap,35,0,3,300000,true</item> - <item>mobile_net,36,0,3,300000,true</item> - <item>mobile_cmmail,37,0,3,300000,true</item> - <item>mobile_rcse,38,0,3,300000,true</item> + <item>mobile_mms,2,0,2,30000,true</item> + <item>mobile_supl,3,0,2,30000,true</item> + <item>mobile_dun,4,0,3,30000,true</item> + <item>mobile_hipri,5,0,3,30000,true</item> + <item>mobile_fota,10,0,2,30000,true</item> + <item>mobile_ims,11,0,2,30000,true</item> + <item>mobile_cbs,12,0,2,30000,true</item> + <item>mobile_dm,34,0,3,30000,true</item> + <item>mobile_wap,35,0,3,30000,true</item> + <item>mobile_net,36,0,3,30000,true</item> + <item>mobile_cmmail,37,0,3,30000,true</item> + <item>mobile_rcse,38,0,3,30000,true</item> + <item>usb,40,40,0,-1,true</item> <item>mobile_ia,14,0,2,-1,true</item> - <item>mobile_emergency,15,0,2,-1,true</item> - <item>mobile_xcap,40,0,3,300000,true</item> - <item>mobile_rcs,41,0,3,300000,true</item> + <item>bluetooth,7,7,0,-1,true</item> + <item>csd,41,41,3,-1,true</item> </string-array> <string-array translatable="false" name="radioAttributes"> <item>1,1</item> <item>0,1</item> <item>7,1</item> + <item>40,1</item> <item>41,1</item> - <item>49,1</item> </string-array> - <!-- Set of NetworkInfo.getType() that reflect data usage. --> - <integer-array translatable="false" name="config_data_usage_network_types"> - <item>0</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - <item>10</item> - <item>12</item> - <item>14</item> - <item>40</item> - <item>41</item> - </integer-array> - <string-array name="config_tether_usb_regexs"> <item>rndis\\d</item> </string-array> @@ -106,15 +96,7 @@ <item>"bt-pan"</item> <item>"bt-dun"</item> </string-array> - - <integer-array name="config_tether_upstream_types"> - <item>0</item> - <item>1</item> - <item>5</item> - <item>7</item> - <item>9</item> - <item>49</item> - </integer-array> + <bool name="config_wifi_background_scan_support">true</bool> <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> <bool translatable="false" name="config_wifi_dual_band_support">true</bool> @@ -213,23 +195,6 @@ <bool name="config_suspendWhenScreenOffDueToProximity">true</bool> - <!-- Indicate whether the SD card is accessible without removing the battery. --> - <bool name="config_batterySdCardAccessibility">false</bool> - - <!-- Maximum number of supported users --> - <integer name="config_multiuserMaximumUsers">4</integer> - <!-- Whether Multiuser UI should be shown --> - <bool name="config_enableMultiUserUI">true</bool> - - <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the - kernel. A high value will cause the lowmemorykiller to fire earlier, keeping more - memory in the file cache and preventing I/O thrashing, but allowing fewer processes - to stay in memory. A low value will keep more processes in memory but may cause - thrashing if set too low. Overrides the default value chosen by ActivityManager based - on screen size and total memory for the largest lowmemorykiller bucket, and scaled - proportionally to the smaller buckets. -1 keeps the default. --> - <integer name="config_lowMemoryKillerMinFreeKbytesAbsolute">-1</integer> - <bool name="config_user_notification_of_restrictied_mobile_access">false</bool> <!-- Default color for notification LED. --> |
