[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
Change-Id: Ifc839aec9fd5b88112218e1d04340a99db4be2c6
diff --git a/tests/tests/permissionpolicy/res/raw/android_manifest.xml b/tests/tests/permissionpolicy/res/raw/android_manifest.xml
index 17ebf92..1e48f2b 100644
--- a/tests/tests/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/tests/permissionpolicy/res/raw/android_manifest.xml
@@ -6862,7 +6862,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 -->