diff --git a/api/system-current.txt b/api/system-current.txt index d7a8d30dac723..202a939cb8fa6 100755 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -9768,6 +9768,7 @@ package android.provider { field public static final String AUTOFILL_USER_DATA_MAX_USER_DATA_SIZE = "autofill_user_data_max_user_data_size"; field public static final String AUTOFILL_USER_DATA_MAX_VALUE_LENGTH = "autofill_user_data_max_value_length"; field public static final String AUTOFILL_USER_DATA_MIN_VALUE_LENGTH = "autofill_user_data_min_value_length"; + field public static final String AUTO_REVOKE_DISABLED = "auto_revoke_disabled"; field public static final String CARRIER_APPS_HANDLED = "carrier_apps_handled"; field public static final String COMPLETED_CATEGORY_PREFIX = "suggested.completed_category."; field public static final String DOZE_ALWAYS_ON = "doze_always_on"; diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 4523acb0eb26f..95111525c5096 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -8759,6 +8759,13 @@ public final class Settings { public static final String LOCATION_PERMISSIONS_UPGRADE_TO_Q_MODE = "location_permissions_upgrade_to_q_mode"; + /** + * Whether or not the system Auto Revoke feature is disabled. + * @hide + */ + @SystemApi + public static final String AUTO_REVOKE_DISABLED = "auto_revoke_disabled"; + /** * Map of android.theme.customization.* categories to the enabled overlay package for that * category, formatted as a serialized {@link org.json.JSONObject}. If there is no