summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-04-07 10:35:48 -0700
committerAlex Klyubin <klyubin@google.com>2015-04-07 10:37:22 -0700
commit2492ea00c8c0968cf211d954f84b02994bf01ccf (patch)
treeabce2602287c78ca927fe59265ab13c946af07b9
parent7cc18220865f472694d9bc106ecdb25c8516de36 (diff)
downloadpackages_apps_Browser-2492ea00c8c0968cf211d954f84b02994bf01ccf.zip
packages_apps_Browser-2492ea00c8c0968cf211d954f84b02994bf01ccf.tar.gz
packages_apps_Browser-2492ea00c8c0968cf211d954f84b02994bf01ccf.tar.bz2
Declare that Browser app uses cleartext traffic.
Web browsers have to use cleartext HTTP traffic since large parts of the web still use that. This does not change the behavior of the app. Bug: 19215516 Change-Id: Ied86188686b2bc3bb79da142eabeb5701abd8c6b
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a90468b..721038c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -55,7 +55,8 @@
android:icon="@mipmap/ic_launcher_browser"
android:backupAgent=".BrowserBackupAgent"
android:hardwareAccelerated="true"
- android:taskAffinity="android.task.browser" >
+ android:taskAffinity="android.task.browser"
+ android:usesCleartextTraffic="true" >
<provider android:name=".provider.BrowserProvider2"
android:authorities="com.android.browser;browser"