Skip to content
Snippets Groups Projects
Commit 993d785f authored by Dhina17's avatar Dhina17
Browse files

onclite: overlay-lineage: Nuke unwanted hardware keys overlay


Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 80956d19
No related branches found
No related tags found
No related merge requests found
...@@ -17,36 +17,6 @@ ...@@ -17,36 +17,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">83</integer>
<!-- Control the behavior when the user long presses the app switch button.
0 - Nothing
1 - Menu key
2 - Recent apps view in SystemUI
3 - Launch assist intent
4 - Voice Search
5 - In-app Search
6 - Launch camera
7 - Sleep
8 - Last app
9 - Toggle split screen
This needs to match the enums in
sdk/src/java/org/lineageos/internal/util/DeviceKeysConstants.java.
-->
<integer name="config_longPressOnAppSwitchBehavior">1</integer>
<!-- Whether device needs to wait for Qualcomm MPCTL service to start <!-- Whether device needs to wait for Qualcomm MPCTL service to start
before setting power profiles on boot. --> before setting power profiles on boot. -->
<bool name="config_waitForMpctlOnBoot">true</bool> <bool name="config_waitForMpctlOnBoot">true</bool>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment