am f3973456: Merge "Email app might use cleartext network traffic." into mnc-dev

* commit 'f3973456f43255ec5f72764734c5181294e958e3':
  Email app might use cleartext network traffic.
This commit is contained in:
Alex Klyubin 2015-06-09 17:05:15 +00:00 committed by Android Git Automerger
commit bfcf92f171
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@
android:theme="@style/UnifiedEmailTheme"
android:hardwareAccelerated="true"
android:allowBackup="false"
android:supportsRtl="true" >
android:supportsRtl="true"
android:usesCleartextTraffic="true" >
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity