mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyondx
synced 2026-01-27 08:48:29 +00:00
beyondx: 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
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
64 - Volume rocker
|
64 - Volume rocker
|
||||||
For example, a device with Home, Back and Menu keys would set this
|
For example, a device with Home, Back and Menu keys would set this
|
||||||
config to 7. -->
|
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.
|
<!-- 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
|
This integer should equal the sum of the corresponding value for each
|
||||||
@@ -38,21 +38,5 @@
|
|||||||
64 - Volume rocker
|
64 - Volume rocker
|
||||||
For example, a device with Home, Back and Menu keys would set this
|
For example, a device with Home, Back and Menu keys would set this
|
||||||
config to 7. -->
|
config to 7. -->
|
||||||
<integer name="config_deviceHardwareWakeKeys">68</integer>
|
<integer name="config_deviceHardwareWakeKeys">72</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>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user