Skip to content

Instantly share code, notes, and snippets.

@cmota
Created July 20, 2020 12:07
Show Gist options
  • Save cmota/39a430e3f08d79a088ed6e9e76f30f34 to your computer and use it in GitHub Desktop.
Save cmota/39a430e3f08d79a088ed6e9e76f30f34 to your computer and use it in GitHub Desktop.
AndroidManifest with hasFragileUserData attribute. Full project on cmota/Playground/FragileData
<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