summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-04-02 12:51:40 -0700
committerAlex Klyubin <klyubin@google.com>2015-04-02 12:51:40 -0700
commit6746d2572b95b8c49b28c82dca5df008c1477b00 (patch)
tree70ec1fa609607ed9b94e9cf67c05f143333405c0 /AndroidManifest.xml
parentf26fd6d6c6de1f75b33557c6297ee6b5a6e1c112 (diff)
downloadpackages_apps_Contacts-6746d2572b95b8c49b28c82dca5df008c1477b00.tar.gz
packages_apps_Contacts-6746d2572b95b8c49b28c82dca5df008c1477b00.tar.bz2
packages_apps_Contacts-6746d2572b95b8c49b28c82dca5df008c1477b00.zip
Declare that Contacts 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: Ibfa176cea48abb9b62d01912ed2b291379f646b8
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 2a4f3d116..b8741d2e0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -52,6 +52,7 @@
android:taskAffinity="android.task.contacts"
android:hardwareAccelerated="true"
android:supportsRtl="true"
+ android:usesCleartextTraffic="false"
>
<!-- The main Contacts activity with the contact list, favorites, and groups. -->