Merge pull request #4051 from nitmee/patch-1

Allow cleartext network traffic by setting manifest attribute
This commit is contained in:
cketti 2019-05-17 00:52:12 +02:00 committed by GitHub
commit d3030a9196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@
<application
android:name="com.fsck.k9.App"
android:allowTaskReparenting="false"
android:usesCleartextTraffic="true"
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher_round"
android:label="@string/app_name"