dre: overlay-lineage: Drop default HardwareKeys overlay
Change-Id: I0b11c55b159f8b04b2cae526ffb1b144cbaaa897
This commit is contained in:
parent
2c57242638
commit
9fd9918f3d
1 changed files with 0 additions and 28 deletions
|
@ -10,34 +10,6 @@
|
||||||
<bool name="config_proximityCheckOnWake">true</bool>
|
<bool name="config_proximityCheckOnWake">true</bool>
|
||||||
<bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool>
|
<bool name="config_proximityCheckOnWakeEnabledByDefault">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">64</integer>
|
|
||||||
|
|
||||||
<!-- Hardware keys present on the device with the ability to wake, 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_deviceHardwareWakeKeys">64</integer>
|
|
||||||
|
|
||||||
<!-- Whether device has screen with higher aspect ratio -->
|
<!-- Whether device has screen with higher aspect ratio -->
|
||||||
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
<bool name="config_haveHigherAspectRatioScreen">true</bool>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue