Using Google Drive to backup and restore SQLite Database

后端 未结 2 1430
温柔的废话
温柔的废话 2020-12-29 09:44

I\'ve managed to create a backup of my database on an SD card and restore from there but realized that the purpose of my backup is to ensure the safety of the data and in th

2条回答
  •  一整个雨季
    2020-12-29 09:58

    You need to replace the deprecated code with:
    contents.commit(api, null);

    See https://developer.android.com/reference/com/google/android/gms/drive/DriveContents.html

提交回复
热议问题