Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Email app might use cleartext network traffic." into mnc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Klyubin authored and Android (Google) Code Review committed Jun 9, 2015
2 parents a66673b + 53db1e4 commit f397345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f397345

Please sign in to comment.