diff options
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index b5407dc0fd3a..9573b81e1b2a 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"/> <!-- started from PipUI --> <activity |