We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b3ab4 + 2d22429 commit 84ec787Copy full SHA for 84ec787
1 file changed
tests/tests/permissionpolicy/res/raw/android_manifest.xml
@@ -6779,7 +6779,14 @@
6779
being used.
6780
@hide <p>Not for use by third-party applications.</p> -->
6781
<permission android:name="android.permission.MODIFY_THEME_OVERLAY"
6782
- android:protectionLevel="signature" />
+ android:protectionLevel="signature" />
6783
+
6784
6785
+ <!-- Allows reporting the ThemeOverlayController readiness.
6786
+ @hide <p>Not for use by third-party applications.</p> -->
6787
+ <permission android:name="android.permission.SET_THEME_OVERLAY_CONTROLLER_READY"
6788
+ android:protectionLevel="signature|setup"/>
6789
6790
6791
<!-- Allows an instant app to create foreground services.
6792
<p>Protection level: signature|development|instant|appop -->
0 commit comments