Loading core/java/android/app/usage/UsageStatsManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ public final class UsageStatsManager { * been misbehaving in some manner. * Apps in this bucket will have the most restrictions, including network restrictions and * additional restrictions on jobs. * <p> Note: this bucket is not enabled in {@link Build.VERSION_CODES#R}. * @see #getAppStandbyBucket() */ public static final int STANDBY_BUCKET_RESTRICTED = 45; Loading core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -12009,7 +12009,7 @@ public final class Settings { * @see #ENABLE_RESTRICTED_BUCKET * @hide */ public static final int DEFAULT_ENABLE_RESTRICTED_BUCKET = 1; public static final int DEFAULT_ENABLE_RESTRICTED_BUCKET = 0; /** * Whether or not app auto restriction is enabled. When it is enabled, settings app will Loading Loading
core/java/android/app/usage/UsageStatsManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ public final class UsageStatsManager { * been misbehaving in some manner. * Apps in this bucket will have the most restrictions, including network restrictions and * additional restrictions on jobs. * <p> Note: this bucket is not enabled in {@link Build.VERSION_CODES#R}. * @see #getAppStandbyBucket() */ public static final int STANDBY_BUCKET_RESTRICTED = 45; Loading
core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -12009,7 +12009,7 @@ public final class Settings { * @see #ENABLE_RESTRICTED_BUCKET * @hide */ public static final int DEFAULT_ENABLE_RESTRICTED_BUCKET = 1; public static final int DEFAULT_ENABLE_RESTRICTED_BUCKET = 0; /** * Whether or not app auto restriction is enabled. When it is enabled, settings app will Loading