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

Commit aa6df5e5 authored by Helen Cheuk's avatar Helen Cheuk Committed by Android (Google) Code Review
Browse files

Merge "[Action Corner] Add lockscreen in action constant" into main

parents 2dd142be 4e53221f
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 {