Skip to content

Instantly share code, notes, and snippets.

@mattniehoff
Created July 19, 2017 01:39
Show Gist options
  • Save mattniehoff/308b0937048c934a5ca129478a2f3286 to your computer and use it in GitHub Desktop.
Save mattniehoff/308b0937048c934a5ca129478a2f3286 to your computer and use it in GitHub Desktop.
Setting allowBackup to false ensures the local instance of SQLite is removed on uninstall
<application
android:allowBackup="false">
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment