Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c04b9f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add setting for Aware allowed/disallowed"

parents 9f6f2e79 7a8780be
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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.
@@ -13388,6 +13396,7 @@ public final class Settings {
            SOFT_AP_TIMEOUT_ENABLED,
            ZEN_DURATION,
            CHARGING_VIBRATION_ENABLED,
            AWARE_ALLOWED,
        };
        /**
@@ -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);
        }
        /**