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

Commit c9915833 authored by Massimo Carli's avatar Massimo Carli
Browse files

Add app_compat_overrides to WritableNamespaces and clean up WritableFlags

This commit updates the allowlist of DeviceConfig namespaces that
can be written with the WRITE_ALLOWLISTED_DEVICE_CONFIG permission
to include app_compat_overrides namespaces.

Bug: 392162661
Flag: android.security.protect_device_config_flags
Test: atest DeviceConfigApiTests

Change-Id: I5a0f2f9cfec7e4b91317c7d4745ebc542885f956
parent b5b48bf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ final class WritableNamespaces {
            new ArraySet<String>(Arrays.asList(
                    "adservices",
                    "autofill",
                    "app_compat_overrides",
                    "captive_portal_login",
                    "connectivity",
                    "exo",