Email app might use cleartext network traffic.

This declares that the Email app might be using cleartext network
traffic (e.g., HTTP instead of HTTPS). This CL does not change the
behavior of the app. The flag added by this CL to the app's manifest
will make it easier to identify apps that use cleartext traffic in
the future.

Bug: 19215516
Change-Id: Ia55589151a77eb175149aaaf4f7cb4975ecb9c69
This commit is contained in:
Alex Klyubin 2015-05-20 09:24:09 -07:00
parent 083af06aba
commit 53db1e4718
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