diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-01-02 15:55:09 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-02 15:55:09 +0100 |
commit | d6c68523012362feb4d8988f526e0e6847727505 (patch) | |
tree | 20f0fb0b428279914a82417a25f0b2fef6dd0b2a /overlay/frameworks | |
parent | 3c7c70acd49bbd0bca5b6f2bc2d0820288aa87db (diff) |
msm8996-common: overlay: Move some overlays to overlay-lineage
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'overlay/frameworks')
-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 |