I'd like to use ContentResolver.bulk(uri, ContentValues[]) method.
I have sqlite database stored under the database folder inside the app private storage. Database is named mydb.db
What would be the Uri to the table named BUDGET? Do i need to connect ContentResolver to my database somehow?