summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-04-02 10:41:18 -0700
committerAlex Klyubin <klyubin@google.com>2015-04-02 10:41:18 -0700
commit45c14896e46eb2866c40ac0c4435fc46621f25e2 (patch)
tree39bcae0ac4304b697dcc1095358f004630ec0ab0 /AndroidManifest.xml
parent81c3829f8a9377cb2e93c1fa6d223d223b78f371 (diff)
downloadandroid_packages_apps_Dialer-45c14896e46eb2866c40ac0c4435fc46621f25e2.tar.gz
android_packages_apps_Dialer-45c14896e46eb2866c40ac0c4435fc46621f25e2.tar.bz2
android_packages_apps_Dialer-45c14896e46eb2866c40ac0c4435fc46621f25e2.zip
Declare that Dialer 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: I33d78928e2b2ff96112a5ba694615ff6c31164a6
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 638c2c4c5..5b7944d2c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -61,7 +61,8 @@
android:icon="@mipmap/ic_launcher_phone"
android:hardwareAccelerated="true"
android:supportsRtl="true"
- android:backupAgent='com.android.dialer.DialerBackupAgent'>
+ android:backupAgent='com.android.dialer.DialerBackupAgent'
+ android:usesCleartextTraffic="false">
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAIBXgtCEKQ6W0PXVnW-ZVia2KmlV2AxsTw3GjAeQ" />