summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-05-20 09:24:09 -0700
committerAlex Klyubin <klyubin@google.com>2015-05-20 09:24:09 -0700
commit53db1e471868e83620b4056b7a03f7139799f733 (patch)
tree479fe99d946b5645c385b0e507c41579bec84ff2
parent083af06aba7d1d5d3a581f1b404d2df5978e07d3 (diff)
downloadandroid_packages_apps_Email-53db1e471868e83620b4056b7a03f7139799f733.tar.gz
android_packages_apps_Email-53db1e471868e83620b4056b7a03f7139799f733.tar.bz2
android_packages_apps_Email-53db1e471868e83620b4056b7a03f7139799f733.zip
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
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e0b9dd8d9..c3e33ab37 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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