I have project which goes like this in the DDMS path
packagename->FolderA->FolderB->DatabaseFile.db
now there are many tables in this db file.I want to insert to a MyTable table. So can anyone help me form the correct uri?
content://packagename/ then?