Merge "Disable restricted bucket." into rvc-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user