land: Configure for menu keys
App switcher doesn't work atm. Seems like the key is being forced to menu, so let's just configure it as menu for now. Change-Id: I4aa74eeac117b0c56d81382bf77a35c8a27c486d
This commit is contained in:
parent
fac337657d
commit
35fff3eb44
1 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@
|
|||
64 - Volume rocker
|
||||
For example, a device with Home, Back and Menu keys would set this
|
||||
config to 7. -->
|
||||
<integer name="config_deviceHardwareKeys">83</integer>
|
||||
<integer name="config_deviceHardwareKeys">71</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
|
||||
|
@ -122,7 +122,7 @@
|
|||
-->
|
||||
<integer name="config_longPressOnHomeBehavior">3</integer>
|
||||
|
||||
<!-- Control the behavior when the user long presses the app switch button.
|
||||
<!-- Control the behavior when the user long presses the menu button.
|
||||
0 - Nothing
|
||||
1 - Menu key
|
||||
2 - Recent apps view in SystemUI
|
||||
|
@ -130,9 +130,9 @@
|
|||
4 - Voice Search
|
||||
5 - In-app Search
|
||||
This needs to match the constants in
|
||||
services/core/java/com/android/server/policy/policy/impl/PhoneWindowManager.java
|
||||
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
|
||||
-->
|
||||
<integer name="config_longPressOnAppSwitchBehavior">1</integer>
|
||||
<integer name="config_longPressOnMenuBehavior">2</integer>
|
||||
|
||||
<!-- Wifi driver supports batched scan -->
|
||||
<bool translatable="false" name="config_wifi_batched_scan_supported">true</bool>
|
||||
|
|
Loading…
Reference in a new issue