sdk: Set AOSP default behavior for app switch button long press action

The default is no action. Furthermore, split screen is not supported
on Android Go devices and being that one the default action makes it
inconsistent with Go-aware ButtonSettings code in LineageParts.

Change-Id: I21e834f8557d0d0dc81af8443bcb8db30300ded0
This commit is contained in:
Bruno Martins
2020-12-03 22:29:32 +00:00
parent ed4ef6e3d1
commit c127bb2d83

View File

@@ -212,7 +212,7 @@
This needs to match the enums in
sdk/src/java/org/lineageos/internal/util/DeviceKeysConstants.java.
-->
<integer name="config_longPressOnAppSwitchBehavior">9</integer>
<integer name="config_longPressOnAppSwitchBehavior">0</integer>
<!-- Indicates that the device has Single-stage Camera key
(without "Focus" state) instead of Dual-stage. -->