From 24a9683ac9fc1b6d3ac49de449ea4b2f155f26a9 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Thu, 2 Apr 2015 13:32:22 -0700 Subject: [PATCH] Declare that LatinIME 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: I4c933a214457025797e077b72d8daf8a0c876923 --- java/AndroidManifest.xml | 3 ++- .../latin/network/HttpUrlConnectionBuilderTests.java | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index f58c401c7..7e77e77d1 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -38,7 +38,8 @@ + android:allowBackup="true" + android:usesCleartextTraffic="false">