Fix Android bugs (#941)

* Add an explicit value for the hasFragileUserData parameter

* Fix app crashes when canceling file opening

* Fix requestNetwork bug for Android 11

* Fix activity onStop method
This commit is contained in:
albexk
2024-08-06 12:44:51 +03:00
committed by GitHub
parent f978f55e7f
commit dfd0b4d0e5
3 changed files with 23 additions and 11 deletions

View File

@@ -38,6 +38,7 @@
android:theme="@style/NoActionBar"
android:fullBackupContent="@xml/backup_content"
android:dataExtractionRules="@xml/data_extraction_rules"
android:hasFragileUserData="false"
tools:targetApi="s">
<activity