From 0addfeb2d1851fe6d6ddd80b66882f00f1c2d927 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Wed, 20 May 2015 09:25:28 -0700 Subject: Gallery2 app might use cleartext network traffic. This declares that Gallery2 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. The only reason for using cleartext network traffic is the pre-existing public contract that this app can display externally provided HTTP image URLs and play back externally provided HTTP and RTSP video URLs. Bug: 19215516 Change-Id: I6e1e8400f40ba7c280742c71af7a572b0dbad231 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 234d39a38..2aea5699c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -43,7 +43,8 @@ android:hardwareAccelerated="true" android:largeHeap="true" android:restoreAnyVersion="true" - android:supportsRtl="true"> + android:supportsRtl="true" + usesCleartextHttp="true">