From 857182f47a03f5b81e0eb9db86f174ff517c576a Mon Sep 17 00:00:00 2001 From: Nate Myren Date: Mon, 19 Sep 2022 13:55:23 -0700 Subject: [PATCH] Mark READ_APP_SPECIFIC_LOCALE as installer This allows the PermissionController to get it. Bug: 243856294 Test: atest PermissionPolicyTest Change-Id: I380b655405d19742322d55128eac58f817547648 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4d41c3091786f..064a98279c2da 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3509,7 +3509,7 @@ application-specific locale configs.

Not for use by third-party applications. --> + android:protectionLevel="signature|installer" />