Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以将 android 应用程序的 sqlite db 保存到谷歌驱动器以进行备份/恢复而不是 sdcard 吗?
是否可以在每次更改/间隔时将 .db 文件保存/更新到云端?
正如评论所说,Google Drive 是这个用例的完美选择。就个人而言,我会备份到 SD 卡,然后将该备份与 Google Drive 同步。也许为用户提供何时进行同步的选项,因此它可能只发生在 WiFi 等上。