且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

是否有可能数据库文件复制到SD卡?

更新时间:2022-11-24 22:11:16

数据库文件就像任何其他的文件,如果你犯了一个二进制文件复制它的工作。

The database file is just like any other file, if you make a binary file copy it will work.

Java已经没有内置的文件复制方法,所以你可以使用这样的:

Java has no built in file copy method, so you can use this:

Standard简洁的方式来复制文件中的Java?

只是不要忘记添加您的清单允许写入SD卡:
权限写入SD卡

Just don't forget to add your manifest permission to write to the SD card:
Permission to write to the SD card