Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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"; core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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";
core/java/android/provider/Settings.java +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading