summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-05-20 11:34:42 -0700
committerAlex Klyubin <klyubin@google.com>2015-05-20 11:34:42 -0700
commit989fef9ae84597dda9d9786a352ea75a7ffe2880 (patch)
tree3c006910df8e018d6fcec4ec0271c9479f77dfdc /AndroidManifest.xml
parentac28da307b1a5e1082ee9b95092635518d3e05bc (diff)
downloadUserDictionaryProvider-989fef9ae84597dda9d9786a352ea75a7ffe2880.tar.gz
UserDictionary provider 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 provider. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: Ib69fccbb89ab8827ac6b8c89be85890bef7c76b9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2e78f78..c6906e8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,6 +23,7 @@
android:allowClearUserData="false"
android:backupAgent="DictionaryBackupAgent"
android:killAfterRestore="false"
+ android:usesCleartextTraffic="false"
>
<provider android:name="UserDictionaryProvider" android:authorities="user_dictionary"
android:syncable="false" android:multiprocess="false"