Skip to content

Commit 84ec787

Browse files
author
Android Build Coastguard Worker
committed
Merge cherrypicks of ['googleplex-android-review.googlesource.com/26205294'] into udc-d2-release.
Change-Id: I764c52b58f2680481600cd5a622034d868032180
2 parents 90b3ab4 + 2d22429 commit 84ec787

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/tests/permissionpolicy/res/raw/android_manifest.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6779,7 +6779,14 @@
67796779
being used.
67806780
@hide <p>Not for use by third-party applications.</p> -->
67816781
<permission android:name="android.permission.MODIFY_THEME_OVERLAY"
6782-
android:protectionLevel="signature" />
6782+
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+
67836790

67846791
<!-- Allows an instant app to create foreground services.
67856792
<p>Protection level: signature|development|instant|appop -->

0 commit comments

Comments
 (0)