summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xAndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4658206..3e03c87 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,7 +4,8 @@
android:sharedUserId="android.uid.system"
>
<application android:label="@string/app_name"
- android:allowBackup="false" >
+ android:allowBackup="false"
+ android:usesCleartextTraffic="false" >
<service android:name="com.android.keychain.KeyChainService">
<intent-filter>
<action android:name="android.security.IKeyChainService"/>