From beec97eb5ecad910b55780f46b91fdbfdbdd2057 Mon Sep 17 00:00:00 2001 From: Svet Ganov Date: Thu, 3 May 2018 17:25:12 -0700 Subject: [PATCH] Expose media projection consent UI to instant apps Test: cts-tradefed run cts-instant-dev -m CtsViewTestCases bug: 79221467 Change-Id: I5ebf0a4ba643fdc17bacdc68f445ea47321344f4 --- packages/SystemUI/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"/>