From 02804a4c51af651f031e4e740bd5611f64ef6930 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Thu, 2 Apr 2015 13:21:52 -0700 Subject: Declare that FMRadio 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: I5dd7493d6abba8ad5ab92c7954aa2a8d0f6a6cbf --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cebce11..1e8c955 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -48,7 +48,8 @@ android:name=".FmMainActivity" android:label="@string/app_name" android:launchMode="standard" - android:theme="@style/AppTheme" > + android:theme="@style/AppTheme" + android:usesCleartextTraffic="false" > -- cgit v1.2.3