I perform an insert operation on the database, and I want to know what the rowid to insert is.
This completes the task:
Uri uri = ContentResolver.insert(url,values); //Make insert
int r
I perform an insert operation on the database, and I want to know what the rowid to insert is.
This completes the task:
Uri uri = ContentResolver.insert(url,values); //Make insert
int r