Allow cleartex (non https)

This commit is contained in:
Eric van der Vlist 2022-12-26 19:38:23 +01:00
parent ad9b70173f
commit 4b55763a03
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
android:supportsRtl="true"
android:isGame="false"
android:appCategory="maps"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"