From eaa6ebe15a6551f9ba5f9af907d495150ca57d01 Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Tue, 10 Mar 2020 13:42:58 -0700 Subject: [PATCH] PackageInstaller: Add an exported flag in manifest With b/150232615, we will need an explicit value set for the exported flag when intent filters are present, as the default behavior is changing for S+. This change adds the value reflecting the previous default to the manifest. Bug: 150232615 Test: TH Change-Id: I6fac7faeff9a99c955d2369a6bbd5fbdf2206f9a --- packages/PackageInstaller/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/PackageInstaller/AndroidManifest.xml b/packages/PackageInstaller/AndroidManifest.xml index f3b922ec22e18..19518a0ba4df8 100644 --- a/packages/PackageInstaller/AndroidManifest.xml +++ b/packages/PackageInstaller/AndroidManifest.xml @@ -93,7 +93,8 @@ android:configChanges="orientation|keyboardHidden|screenSize" android:theme="@style/Theme.AlertDialogActivity.NoActionBar" android:excludeFromRecents="true" - android:noHistory="true"> + android:noHistory="true" + android:exported="true">