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

Unverified Commit c4d4c68d authored by Chirayu Desai's avatar Chirayu Desai Committed by Michael Bestas
Browse files

Settings.Global: Add UIDS_ALLOWED_ON_RESTRICTED_NETWORKS

* AOSP added this to packages/modules/Connectivity in 12, but not here.
* Add it so that we have validation, and backup

Change-Id: Iedb44b2a535e01ca275c7063602651353cfb310a
parent 692e1ca6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -17905,6 +17905,14 @@ public final class Settings {
         */
        public static final String ONE_HANDED_KEYGUARD_SIDE = "one_handed_keyguard_side";
        /**
         * A list of uids that are allowed to use restricted networks.
         *
         * @hide
         */
        public static final String UIDS_ALLOWED_ON_RESTRICTED_NETWORKS =
                "uids_allowed_on_restricted_networks";
        /**
         * Global settings that shouldn't be persisted.
         *