beyond0lte: Bixby key is now ASSISTANT again
* Remapping to MENU is no longer required after https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/372564
Change-Id: I1ee88e02457fdd1c630673ad9af0a0dae042a9f1
diff --git a/overlay/lineage-sdk/lineage/res/res/values/config.xml b/overlay/lineage-sdk/lineage/res/res/values/config.xml
index 4f7e80e..e93c752 100644
--- a/overlay/lineage-sdk/lineage/res/res/values/config.xml
+++ b/overlay/lineage-sdk/lineage/res/res/values/config.xml
@@ -24,7 +24,7 @@
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
- <integer name="config_deviceHardwareKeys">68</integer>
+ <integer name="config_deviceHardwareKeys">72</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
@@ -38,21 +38,5 @@
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
- <integer name="config_deviceHardwareWakeKeys">68</integer>
-
- <!-- Control the behavior when the user long presses the menu 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_longPressOnMenuBehavior">3</integer>
+ <integer name="config_deviceHardwareWakeKeys">72</integer>
</resources>