0
那么,我该怎么做呢?我试过以下内容给定显示名称的显示接点android
Intent intent = new Intent(ContactsContract.Intents.SHOW_OR_CREATE_CONTACT);
intent.setData(Uri.fromParts("mailto","[email protected]", null));
context.startActivity(intent);
以上只适用于mailto或tel,名称如何?
乌姆它不工作。未发现处理意图的活动{act = com.android.contacts.action.SHOW_OR_CREATE_CONTACT(has extras)} – user1017674 2013-05-09 19:45:30