Created
July 20, 2020 12:07
-
-
Save cmota/39a430e3f08d79a088ed6e9e76f30f34 to your computer and use it in GitHub Desktop.
AndroidManifest with hasFragileUserData attribute. Full project on cmota/Playground/FragileData
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<application | |
android:allowBackup="true" | |
android:icon="@mipmap/ic_launcher" | |
android:label="@string/app_name" | |
android:roundIcon="@mipmap/ic_launcher_round" | |
android:supportsRtl="true" | |
android:theme="@style/AppTheme" | |
android:hasFragileUserData="true" | |
tools:targetApi="q"> | |
... | |
</application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment