Merge pull request #4051 from nitmee/patch-1
Allow cleartext network traffic by setting manifest attribute
This commit is contained in:
commit
d3030a9196
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
<application
|
<application
|
||||||
android:name="com.fsck.k9.App"
|
android:name="com.fsck.k9.App"
|
||||||
android:allowTaskReparenting="false"
|
android:allowTaskReparenting="false"
|
||||||
|
android:usesCleartextTraffic="true"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:roundIcon="@drawable/ic_launcher_round"
|
android:roundIcon="@drawable/ic_launcher_round"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
|
Loading…
Reference in a new issue