diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index b5407dc0fd3ad..9573b81e1b2a3 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -419,7 +419,8 @@ android:theme="@style/Theme.AlertDialogHost" android:finishOnCloseSystemDialogs="true" android:launchMode="singleTop" - android:excludeFromRecents="true" /> + android:excludeFromRecents="true" + android:visibleToInstantApps="true"/>