Skip to content

Commit 2d22429

Browse files
Marcelo ArteiroAndroid Build Coastguard Worker
authored andcommitted
[DO NOT MERGE] Expose RRO completion signal
ThemeOverlayController now notifies server when color resources are ready. Now Home and SetupWizard are guaranteed to launch with proper theming. In main, this is merged as I0a295e64f1ee5cf27fb1248973c77707e6bcde07. Test: presubmits Bug: 307507412 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:a329a4f048bc85bf87fa18ffec422183a525643b) Merged-In: Ifc839aec9fd5b88112218e1d04340a99db4be2c6 Change-Id: Ifc839aec9fd5b88112218e1d04340a99db4be2c6
1 parent 90b3ab4 commit 2d22429

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)