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

This commit is contained in:
Alex Klyubin 2015-06-09 16:52:18 +00:00 committed by Android (Google) Code Review
commit f3973456f4
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