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

Commit 4e53221f authored by helen cheuk's avatar helen cheuk
Browse files

[Action Corner] Add lockscreen in action constant

Add lockscreen as one of the action constant for action corner.

Bug: 434928688
Flag: com.android.settings.flags.action_corner_customization
Test: Manual
Change-Id: I2149d3979cb720741c4e6d351f9a13df28d1d341
parent 53b94cec
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13379,6 +13379,8 @@ public final class Settings {
        public static final int ACTION_CORNER_ACTION_NOTIFICATIONS = 3;
        /** @hide */
        public static final int ACTION_CORNER_ACTION_QUICK_SETTINGS = 4;
        /** @hide */
        public static final int ACTION_CORNER_ACTION_LOCKSCREEN = 5;
        /**
         * The different actions that can be used for action corners
@@ -13390,6 +13392,7 @@ public final class Settings {
                ACTION_CORNER_ACTION_OVERVIEW,
                ACTION_CORNER_ACTION_NOTIFICATIONS,
                ACTION_CORNER_ACTION_QUICK_SETTINGS,
                ACTION_CORNER_ACTION_LOCKSCREEN,
        })
        @Retention(RetentionPolicy.SOURCE)
        public @interface ActionCornerActionType {