From b848d86cc7ed11b6f44075b44725806a8603e9ab Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Thu, 2 Apr 2015 13:44:46 -0700 Subject: CalendarProvider does not use cleartext network traffic. This declares to the platform and tools that this provider 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: I7c85b58275643cafc9e689161d511dac800f2d97 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0c33c03..8c80116 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -38,7 +38,8 @@ + android:icon="@drawable/app_icon" + android:usesCleartextTraffic="false"> -- cgit v1.2.3