diff options
Diffstat (limited to 'overlay-lineage')
-rw-r--r-- | overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml index d6ccbd0..9ff0a2e 100644 --- a/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml +++ b/overlay-lineage/lineage-sdk/lineage/res/res/values/config.xml @@ -36,4 +36,18 @@ that support pulsating and RGB control would set this config to 75. --> <integer name="config_deviceLightCapabilities">107</integer> + + <!-- 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> </resources> |