From 2c2dc8e01316ef60c797acdcb2bbba394e4ff975 Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Fri, 29 May 2020 10:23:12 -0700 Subject: 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 future versions. This change adds the value reflecting the previous default to the manifest. These changes were made using an automated tool, the xml file may be reformatted slightly creating a larger diff. The only "real" change is the addition of "android:exported" to activities, services, and receivers that have one or more intent-filters. Bug: 150232615 Test: TH Exempt-From-Owner-Approval: mechanical refactoring Change-Id: Ic2a2b9ee1c9bae64690691a95b885f4b69cb21f8 --- packages/Shell/tests/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/Shell/tests') diff --git a/packages/Shell/tests/AndroidManifest.xml b/packages/Shell/tests/AndroidManifest.xml index e845ef95b28e..23877fd7a66a 100644 --- a/packages/Shell/tests/AndroidManifest.xml +++ b/packages/Shell/tests/AndroidManifest.xml @@ -27,6 +27,7 @@ android:label="ActionSendMultipleConsumer" android:theme="@android:style/Theme.NoDisplay" android:noHistory="true" + android:exported="true" android:excludeFromRecents="true"> -- cgit v1.2.3-59-g8ed1b