Loading core/java/android/provider/Settings.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 { Loading Loading
core/java/android/provider/Settings.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 { Loading