From c82150f4547b9383158a553c7f30a1d5b52067b2 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Wed, 20 May 2015 10:39:56 -0700 Subject: KeyChain does not use cleartext network traffic. This declares to the platform and tools that this app does not use cleartext network traffic. The platform and tools will be blocking (on best effort basis) attempts to use such traffic by this app. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: I4c6215af47112f75c577fa1174d85ca2165aeea3 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4658206..3e03c87 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4,7 +4,8 @@ android:sharedUserId="android.uid.system" > + android:allowBackup="false" + android:usesCleartextTraffic="false" > -- cgit v1.2.3