From ac347eddd962a2d69df5027fc90a46f694617c55 Mon Sep 17 00:00:00 2001 From: Viesturs Zarins Date: Tue, 16 May 2023 14:26:42 +0200 Subject: [PATCH] Fix 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. The ManageApplications fragment has several modes that are selected by the activity name, hence cannot use the SpringboardSettings activity to launch just the fragment. For more context, see go/conversational-care-activity-embedding-allowlisting BUG: 282921726 Change-Id: I65872b574ce6272fbd33ab7bd100504a6536f340 --- AndroidManifest.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5904282dd97..98b440cbe99 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -864,6 +864,7 @@ @@ -1545,6 +1546,7 @@ @@ -1607,6 +1609,7 @@ @@ -1665,6 +1668,7 @@ This is for compatibility with old shortcuts. --> @@ -1761,6 +1767,7 @@ @@ -2105,6 +2112,7 @@ @@ -3483,6 +3491,7 @@ @@ -3662,6 +3671,7 @@ @@ -3676,6 +3686,7 @@ @@ -3941,6 +3952,7 @@ @@ -3978,6 +3990,7 @@ @@ -4011,6 +4024,7 @@ @@ -4041,6 +4055,7 @@ @@ -4095,6 +4110,7 @@ @@ -4126,6 +4142,7 @@