いくつかのクライアントのリストビューがあります。このlistViewで、クライアントをクリックしてコンテキストメニューを表示します。
このクライアントがcontactscontractに持っている連絡先のIDを取得するにはどうすればよいですか?????
public boolean onContextItemSelected(MenuItem item){
AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)item.getMenuInfo();
----> info.position (I get the position of the item click in the list) ok
Get id of contact in contactsContract application
----> info.id???
----> cursorAdapter.getItemId(info.position))
このオプションはどちらも機能しないと思います.....
誰でも私がこの問題を明確にするのを手伝うことができます