Skip to content

Instantly share code, notes, and snippets.

@aditrioka
Created August 9, 2019 08:45
Show Gist options
  • Save aditrioka/0edd779430023eedad0f31a48dba50e1 to your computer and use it in GitHub Desktop.
Save aditrioka/0edd779430023eedad0f31a48dba50e1 to your computer and use it in GitHub Desktop.
android manifest file
<!-- we added fullBackupContent in application tag accordingly as described in the documentation -->
<application
android:name=".StudentApplication"
android:fullBackupContent="@xml/backup_descriptor">
<!-- ... -->
</application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment