summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-16 13:06:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-16 13:06:58 +0000
commit84ec787f300591e2bcac0dad2b3dabb5f12771c6 (patch)
treee257485bb1ccd9cf2d68550bb7b037226352be4e
parent90b3ab41a28011b535e7cd9ae2b8c819d41a2032 (diff)
parent2d224294f642b08c2d0ae1add1a1723f8256cf55 (diff)
downloadcts-android14-d2-s1-release.tar.gz
Change-Id: I764c52b58f2680481600cd5a622034d868032180
-rw-r--r--tests/tests/permissionpolicy/res/raw/android_manifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/tests/permissionpolicy/res/raw/android_manifest.xml b/tests/tests/permissionpolicy/res/raw/android_manifest.xml
index 83c658bce7a..4c3cd54db91 100644
--- a/tests/tests/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/tests/permissionpolicy/res/raw/android_manifest.xml
@@ -6779,7 +6779,14 @@
being used.
@hide <p>Not for use by third-party applications.</p> -->
<permission android:name="android.permission.MODIFY_THEME_OVERLAY"
- android:protectionLevel="signature" />
+ android:protectionLevel="signature" />
+
+
+ <!-- Allows reporting the ThemeOverlayController readiness.
+ @hide <p>Not for use by third-party applications.</p> -->
+ <permission android:name="android.permission.SET_THEME_OVERLAY_CONTROLLER_READY"
+ android:protectionLevel="signature|setup"/>
+
<!-- Allows an instant app to create foreground services.
<p>Protection level: signature|development|instant|appop -->