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
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"