Allow clear text for webviews

This commit is contained in:
Thomas 2022-05-04 16:17:36 +02:00
parent 8bd9ecaa71
commit 14cb5ffef3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
tools:replace="android:allowBackup"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"