klte-common: add fw/b overlay value to specify no permanent menu key
* Autodetection code is not working properly, leading apps (e.g., TI Backup) to not present the appropriate menu button/icon * Credit to XDA user Zoomed for noting the problem and appropriate overlay Change-Id: I62b035f88ad212fdfe0d00ab0473f8b7119c50cb
This commit is contained in:
parent
44fd7b1e96
commit
0dd9e67761
1 changed files with 7 additions and 0 deletions
|
@ -292,4 +292,11 @@
|
|||
out of setting a batch size, which fixes rotation. -->
|
||||
<bool name="config_useDefaultBatchingForAccel">false</bool>
|
||||
|
||||
<!-- Override the default detection behavior for the framework method
|
||||
android.view.ViewConfiguration#hasPermanentMenuKey().
|
||||
Valid settings are:
|
||||
0 - No change. Use the default autodetection behavior.
|
||||
1 - The device DOES have a permanent menu key; ignore autodetection.
|
||||
2 - The device DOES NOT have a permanent menu key; ignore autodetection. -->
|
||||
<integer name="config_overrideHasPermanentMenuKey">2</integer>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue