OSDN Git Service

Gallery2 app might use cleartext network traffic.
authorAlex Klyubin <klyubin@google.com>
Wed, 20 May 2015 16:25:28 +0000 (09:25 -0700)
committerAlex Klyubin <klyubin@google.com>
Wed, 20 May 2015 17:50:20 +0000 (10:50 -0700)
commit0addfeb2d1851fe6d6ddd80b66882f00f1c2d927
tree0e9af8f260817a33aca203e3c10929162885b891
parent99edf29ae47ca63d197cd7974c7eef7e067e96d4
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