Update AndroidManifest.xml
android:usesCleartextTraffic="true" as it is required to show complete mail view , otherwise some html images will show broken . SDK targeting 28+
This commit is contained in:
parent
e85e91c923
commit
3e218dcecc
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue