One more fix for missing Activity embedding allowlisting for Assistant.
The normal settings fragments are already allowlisted via SubSettingActivity.
ManageApplications fragment based activities are not compatible with that however.
ManageApplications internally launches Spa activity, so that needs to be allowlisted as well.
For more context, see
go/conversational-care-activity-embedding-allowlisting
BUG: 282921726
Change-Id: I4765bd6ba8006a56bc8b7016f57dac2188a14592
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 29a0faa..edc6c4d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4898,6 +4898,7 @@
<activity
android:name=".spa.SpaActivity"
android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
+ android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
android:exported="false" />
<activity android:name=".spa.SpaBridgeActivity" android:exported="false"/>
<activity android:name=".spa.SpaAppBridgeActivity" android:exported="false"/>