summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAshwini Oruganti <ashfall@google.com>2020-05-19 18:21:58 -0700
committerRemi NGUYEN VAN <reminv@google.com>2020-07-06 19:01:25 +0900
commit2b0d80469fa72f35a080186692f1a029e80dc885 (patch)
tree6a122655c61f0de61c8ed5a3a53ca89cb1aaf29c /AndroidManifest.xml
parent8964e7374c34036a4cc622ec1f50996f1bff5223 (diff)
downloadplatform_packages_modules_NetworkStack-2b0d80469fa72f35a080186692f1a029e80dc885.tar.gz
platform_packages_modules_NetworkStack-2b0d80469fa72f35a080186692f1a029e80dc885.tar.bz2
platform_packages_modules_NetworkStack-2b0d80469fa72f35a080186692f1a029e80dc885.zip
Add an exported flag in manifestandroid-r-beta-3android-r-beta-2
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 Merged-In: I268697705dd10a47261e8809f9b09e194ce3b473 Change-Id: I268697705dd10a47261e8809f9b09e194ce3b473
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f68cdf97..6f785c44 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,6 +44,7 @@
android:persistent="true"
android:process="com.android.networkstack.process">
<service android:name="com.android.server.NetworkStackService"
+ android:exported="true"
android:permission="android.permission.MAINLINE_NETWORK_STACK">
<intent-filter>
<action android:name="android.net.INetworkStackConnector"/>