summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2016-01-19 13:52:23 -0800
committerRohit Yengisetty <rohit@cyngn.com>2016-01-19 13:52:23 -0800
commit201c1ff6298d887ce48261d1ebe4e447d48ae70e (patch)
tree6aa136d1a729200d61ae6b53121877acaf661eae /AndroidManifest.xml
parenta08be421adf670c1bd941a5b7bbe18ecbdc523a6 (diff)
downloadpackages_apps_Contacts-201c1ff6298d887ce48261d1ebe4e447d48ae70e.tar.gz
packages_apps_Contacts-201c1ff6298d887ce48261d1ebe4e447d48ae70e.tar.bz2
packages_apps_Contacts-201c1ff6298d887ce48261d1ebe4e447d48ae70e.zip
Contacts : enable cleartext traffic
Needed to load image urls from contact-info lookup services, a majority of which are cleartext urls. Change-Id: I5190ed1fe16d27502ac3b157bddde7105d64b2e8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 884fc3c57..319857c04 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -56,8 +56,7 @@
android:taskAffinity="android.task.contacts"
android:hardwareAccelerated="true"
android:supportsRtl="true"
- android:usesCleartextTraffic="false"
- >
+ android:usesCleartextTraffic="true" >
<!-- The main Contacts activity with the contact list, favorites, and groups. -->
<activity android:name=".activities.PeopleActivity"