chore(app/manifest): fragile user data attribute

This commit is contained in:
rhunk 2024-04-10 21:22:35 +02:00
parent fee1caf643
commit b85ce50daf

View File

@ -15,6 +15,8 @@
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
android:label="@string/app_name" android:label="@string/app_name"
tools:targetApi="34" tools:targetApi="34"
android:allowBackup="true"
android:hasFragileUserData="true"
android:enableOnBackInvokedCallback="true" android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/launcher_icon"> android:icon="@mipmap/launcher_icon">
<meta-data <meta-data