0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Merge pull request #6876 from thundernest/manifest_changes

Explicitly set manifest attribute "hasFragileUserData" to false
This commit is contained in:
cketti 2023-05-05 18:06:03 +02:00 committed by GitHub
commit b1f876cbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
android:resizeableActivity="true"
android:allowBackup="false"
android:supportsRtl="true"
android:hasFragileUserData="false"
tools:replace="android:theme"
tools:ignore="UnusedAttribute">