Get the ID of a new record inserted into a database from the returned Uri

前端 未结 4 1630
不思量自难忘°
不思量自难忘° 2020-12-24 11:33

When you insert a new item into a database like this

Uri uri = getContentResolver().insert(Tournaments.CONTENT_URI, values); 

is there any

4条回答
提交回复
热议问题