android 调用联系人
时间:2014-01-22 21:00:50
收藏:0
阅读:433
Intent intent = new Intent(Intent.ACTION_PICK,
ContactsContract.Contacts.CONTENT_URI);
startActivity(intent);
startActivity(intent);
原文:http://www.cnblogs.com/hao222/p/3529798.html
评论(0)