Android: what is the mime type to use if I want to see/pick a SQLite database from the Downloads folder?
问题 I'm writing an application using SQLite database. I already coded for backing up my SQLite database. I now want to be able to restore my application database from such a copy. I am using Android device "Open from" dialog. I see the file if I use other content providers in the list, such as for example "Bluetooth File Transfer"! But I don't see it if I try to use the "Downloads" option. I copied a SQLite database in my downloads folder. I tried to use fileIntent.setType(" / "). Thanks. 回答1: It