Fast Solution:
AndroidManifest.xml
<application
android:allowBackup="true"
android:fullBackupContent="true"
...
...
...
</application>
For more details see: https://developer.android.com/guide/topics/data/autobackup
Fast Solution:
AndroidManifest.xml
<application
android:allowBackup="true"
android:fullBackupContent="true"
...
...
...
</application>
For more details see: https://developer.android.com/guide/topics/data/autobackup