Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c127bb2d authored by Bruno Martins's avatar Bruno Martins
Browse files

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
parent ed4ef6e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. -->