I have some SQLite files that should import into App. Notice, One of them should import to unique folder.
For example: I have two files (doc1.sqlite & doc2.sqlite)
/data/data/YOUR_PACKAGE/databases/doc1/doc1.sqlite
/data/data/YOUR_PACKAGE/databases/doc2/doc2.sqlite
So, When I create a new folder and import tow files into it, Can I Use them?
Thanks, Omid
Sure you can make folders and put the files into it. But make sure you refer the correct databases on your
DatabaseHelperclassIt should be something like this: