NetworkPolicyManagerService: Allow data saver to be on by default.
This value is read from the global settings provider, and can be configured via an overlay. Bug: 63112872 Test: NetworkPolicyManagerServiceTest Change-Id: If55ea08df1dd8440189f9b46a5606118de99c930
This commit is contained in:
@@ -7744,6 +7744,16 @@ public final class Settings {
|
||||
*/
|
||||
public static final String CDMA_SUBSCRIPTION_MODE = "subscription_mode";
|
||||
|
||||
/**
|
||||
* The default value for whether background data is enabled or not.
|
||||
*
|
||||
* Used by {@code NetworkPolicyManagerService}.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String DEFAULT_RESTRICT_BACKGROUND_DATA =
|
||||
"default_restrict_background_data";
|
||||
|
||||
/** Inactivity timeout to track mobile data activity.
|
||||
*
|
||||
* If set to a positive integer, it indicates the inactivity timeout value in seconds to
|
||||
|
||||
Reference in New Issue
Block a user