我的问题是,我把联络人/人——ID储存在一个数据库中,我想发出电话,以便在用户使用一个顿子时打电话给所储存的联系人。
我从一个库库检索到该数据库,并将其储存到一个数据库。
String CONT_ID = cursor.getInt(cursor.getColumnIndex(ContactsContract.Contacts._ID)); ...
Later on, when the user presses a button I call
Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("content://contacts/people/" + CONT_ID));
startActivity(intent);
现在,problem is that the dialer is show but it is “empty”, it does not show theCHE person.
因此,看来它没有填补这个人。 《安乐施发展指南》在文字描述中说:
行动: 内容:内容 纽约总部 用填满的人显示电话线。
我如何填补所希望的人? 任何 h?