#backup

  1. N

    Android Question how to backup SharedPreferences

    Hi I'm pretty new to android. I have a task to make SharedPreferences persist after the user removes and re-installs the application. I configured the AndroidManifest with android:allowBackup="true" android:fullBackupContent="@xml/backup_rules" where the backup_rules.xml...
Top