diff options
Diffstat (limited to 'overlay-lineage/frameworks')
-rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index 07340f9..9c1ed0f 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -32,4 +32,21 @@ <!-- Support in Surfaceflinger for blur layers. NOTE: This requires additional hardware-specific code. --> <!--bool name="config_uiBlurEnabled">true</bool--> + + <!-- 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--> + + <!-- Whether notify fingerprint client of successful cancelled authentication --> + <!--bool name="config_notifyClientOnFingerprintCancelSuccess">true</bool--> </resources> |