From 53db1e471868e83620b4056b7a03f7139799f733 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Wed, 20 May 2015 09:24:09 -0700 Subject: [PATCH] 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 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" >