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

Commit b65432e4 authored by Michael Groover's avatar Michael Groover Committed by Android (Google) Code Review
Browse files

Merge "Add additional DeviceConfig namespaces to allowlist" into main

parents 22c397fa a85235e4
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -33,6 +33,15 @@ import java.util.Set;
final class WritableNamespaces {
    public static final Set<String> ALLOWLIST =
            new ArraySet<String>(Arrays.asList(
                    "exo"
                    "captive_portal_login",
                    "connectivity",
                    "exo",
                    "nearby",
                    "netd_native",
                    "network_security",
                    "on_device_personalization",
                    "tethering",
                    "tethering_u_or_later_native",
                    "thread_network"
            ));
}