I want to use Android fullBackupContent to backup my Realm files. I use these files to save the state of the user and keep open sections, so if the user reinstalls the application or updates it, these sections will be unlocked.
Can I use Android fullBackupContent to save Realm files?
Is there a better / easy way to do this?
Just to be clear, I'm talking about this fullBackupContent:
http://android-developers.blogspot.co.il/2015/07/auto-backup-for-apps-made-simple.html
Jacka source
share