fix: credentials not persisting on some devices

This commit is contained in:
cogwheel0
2025-09-09 13:00:47 +05:30
parent f88ffcc548
commit 96200e0481
6 changed files with 33 additions and 10 deletions

View File

@@ -22,6 +22,7 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:fullBackupContent="false"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"