From 7c1b5497f28f19913baf0d14f3aca4034a071a87 Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Mon, 23 Mar 2020 16:23:26 -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 S+. 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: Idc43e262fd2911e19f0bcd20add29e4c3392d3da --- tools/EditTextVariations/AndroidManifest.xml | 45 ++++++++++++---------------- 1 file changed, 19 insertions(+), 26 deletions(-) (limited to 'tools') diff --git a/tools/EditTextVariations/AndroidManifest.xml b/tools/EditTextVariations/AndroidManifest.xml index 96c244b32..b5a27b9c8 100644 --- a/tools/EditTextVariations/AndroidManifest.xml +++ b/tools/EditTextVariations/AndroidManifest.xml @@ -14,34 +14,27 @@ limitations under the License. --> - - - - - + + + + + - - + + - + -- cgit v1.2.3-83-g751a