summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-05-19 15:20:46 -0700
committerAlex Klyubin <klyubin@google.com>2015-05-19 15:20:46 -0700
commit916259681ce2216d95c05a5064ed71d0b0d7f422 (patch)
tree723b7b34083e93b11505a871206fa97884a247bf /AndroidManifest.xml
parent572dfab86016f3543e23218770fa64c58a042d53 (diff)
downloadandroid_packages_apps_Calendar-916259681ce2216d95c05a5064ed71d0b0d7f422.tar.gz
android_packages_apps_Calendar-916259681ce2216d95c05a5064ed71d0b0d7f422.tar.bz2
android_packages_apps_Calendar-916259681ce2216d95c05a5064ed71d0b0d7f422.zip
Calendar 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: Ib51bc0deeb2135f614f2170efd2a7c9dcd67316f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1925d506..5673a3b5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -45,7 +45,8 @@
android:taskAffinity="android.task.calendar"
android:hardwareAccelerated="true"
android:backupAgent="com.android.calendar.CalendarBackupAgent"
- android:requiredAccountType="*" >
+ android:requiredAccountType="*"
+ android:usesCleartextTraffic="false" >
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAIM256oVOGnuSel5QKDpL8je_T65ZI8rFnDinssA" />