Loading core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -13342,6 +13342,14 @@ public final class Settings { /** {@hide} */ public static final String ISOLATED_STORAGE_REMOTE = "isolated_storage_remote"; /** * Indicates whether aware is available in the current location. * @hide */ public static final String AWARE_ALLOWED = "aware_allowed"; private static final Validator AWARE_ALLOWED_VALIDATOR = BOOLEAN_VALIDATOR; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading Loading @@ -13388,6 +13396,7 @@ public final class Settings { SOFT_AP_TIMEOUT_ENABLED, ZEN_DURATION, CHARGING_VIBRATION_ENABLED, AWARE_ALLOWED, }; /** Loading Loading @@ -13448,6 +13457,7 @@ public final class Settings { VALIDATORS.put(WIFI_PNO_RECENCY_SORTING_ENABLED, WIFI_PNO_RECENCY_SORTING_ENABLED_VALIDATOR); VALIDATORS.put(WIFI_LINK_PROBING_ENABLED, WIFI_LINK_PROBING_ENABLED_VALIDATOR); VALIDATORS.put(AWARE_ALLOWED, AWARE_ALLOWED_VALIDATOR); } /** Loading
core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -13342,6 +13342,14 @@ public final class Settings { /** {@hide} */ public static final String ISOLATED_STORAGE_REMOTE = "isolated_storage_remote"; /** * Indicates whether aware is available in the current location. * @hide */ public static final String AWARE_ALLOWED = "aware_allowed"; private static final Validator AWARE_ALLOWED_VALIDATOR = BOOLEAN_VALIDATOR; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading Loading @@ -13388,6 +13396,7 @@ public final class Settings { SOFT_AP_TIMEOUT_ENABLED, ZEN_DURATION, CHARGING_VIBRATION_ENABLED, AWARE_ALLOWED, }; /** Loading Loading @@ -13448,6 +13457,7 @@ public final class Settings { VALIDATORS.put(WIFI_PNO_RECENCY_SORTING_ENABLED, WIFI_PNO_RECENCY_SORTING_ENABLED_VALIDATOR); VALIDATORS.put(WIFI_LINK_PROBING_ENABLED, WIFI_LINK_PROBING_ENABLED_VALIDATOR); VALIDATORS.put(AWARE_ALLOWED, AWARE_ALLOWED_VALIDATOR); } /**