From 8e33f2e52b1733c4bcdf97a8bac5afd1fd6e731c Mon Sep 17 00:00:00 2001 From: Viesturs Zarins Date: Thu, 1 Jun 2023 17:48:36 +0200 Subject: [PATCH] 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 29a0faab9b1..edc6c4dc8f8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4898,6 +4898,7 @@