summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-04-02 12:54:23 -0700
committerAlex Klyubin <klyubin@google.com>2015-04-02 12:54:23 -0700
commit72b0506089b0a6004b46e8a09eba2e22426ea4cf (patch)
treecaa82b79a1d010709489246b5b68cf3c5ba6eec6
parent12e2c9118a08c5f0315ff9af465b39b358856432 (diff)
downloadandroid_packages_apps_Nfc-72b0506089b0a6004b46e8a09eba2e22426ea4cf.tar.gz
android_packages_apps_Nfc-72b0506089b0a6004b46e8a09eba2e22426ea4cf.tar.bz2
android_packages_apps_Nfc-72b0506089b0a6004b46e8a09eba2e22426ea4cf.zip
Declare that Nfc app does not use cleartext network traffic.
This declares to the platform and tools that this app does not use cleartext network traffic. The platform and tools will be blocking (on best effort basis) attempts to use such traffic by this app. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: Idde6b70bad12d1a7374890c98a4da962323dd53f
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 690a4f59..010220e0 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -57,6 +57,7 @@
android:persistent="true"
android:backupAgent="com.android.nfc.NfcBackupAgent"
android:killAfterRestore="false"
+ android:usesCleartextTraffic="false"
>
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAIbiKKs0wlimxeJ9y8iRIaBOH6aeb2IurmZyBHvg" />