diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 613aa91..c8d6e8a 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -125,20 +125,6 @@ <item>40</item> </integer-array> - <!-- Hardware 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: - 1 - Home - 2 - Back - 4 - Menu - 8 - Assistant (search) - 16 - App switch - 32 - Camera - 64 - Volume rocker - For example, a device with Home, Back and Menu keys would set this - config to 7. --> - <!--integer name="config_deviceHardwareKeys">95</integer--> - <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> <bool name="config_cellBroadcastAppLinks">true</bool> @@ -461,16 +447,6 @@ <item>"/system/framework/arm64/boot-core-libart.oat"</item> </string-array> - <!-- Default value for proximity check on screen wake - NOTE ! - Enable for devices that have a fast response proximity sensor (ideally < 300ms) - --> - <!--bool name="config_proximityCheckOnWake">true</bool--> - <!--integer name="config_proximityCheckTimeout">3000</integer--> - <!--bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool--> - - <!-- Whether notify fingerprint client of successful cancelled authentication --> - <!--bool name="config_notifyClientOnFingerprintCancelSuccess">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 |