Merge "Introduce a Setting for auto revoke teamfood settings" into rvc-dev
This commit is contained in:
@@ -14179,6 +14179,23 @@ public final class Settings {
|
||||
public static final String APPOP_HISTORY_PARAMETERS =
|
||||
"appop_history_parameters";
|
||||
|
||||
/**
|
||||
* Auto revoke parameters. These parameters are represented by
|
||||
* a comma-delimited key-value list.
|
||||
*
|
||||
* <pre>
|
||||
* enabledForPreRApps (bolean)
|
||||
* unusedThresholdMs (long)
|
||||
* checkFrequencyMs (long)
|
||||
* </pre>
|
||||
*
|
||||
* Ex: "enabledForPreRApps=false,unusedThresholdMs=7776000000,checkFrequencyMs=1296000000"
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String AUTO_REVOKE_PARAMETERS =
|
||||
"auto_revoke_parameters";
|
||||
|
||||
/**
|
||||
* Delay for sending ACTION_CHARGING after device is plugged in.
|
||||
* This is used as an override for constants defined in BatteryStatsImpl for
|
||||
|
||||
@@ -575,6 +575,7 @@ public class SettingsBackupTest {
|
||||
Settings.Global.APPOP_HISTORY_MODE,
|
||||
Settings.Global.APPOP_HISTORY_INTERVAL_MULTIPLIER,
|
||||
Settings.Global.APPOP_HISTORY_BASE_INTERVAL_MILLIS,
|
||||
Settings.Global.AUTO_REVOKE_PARAMETERS,
|
||||
Settings.Global.ENABLE_RADIO_BUG_DETECTION,
|
||||
Settings.Global.RADIO_BUG_WAKELOCK_TIMEOUT_COUNT_THRESHOLD,
|
||||
Settings.Global.RADIO_BUG_SYSTEM_ERROR_COUNT_THRESHOLD,
|
||||
|
||||
Reference in New Issue
Block a user