Intent intent = new Intent(Intent.ACTION_INSERT);
intent.setType("vnd.android.cursor.dir/person");
intent.setType("vnd.android.cursor.dir/contact");
intent.setType("vnd.android.cursor.dir/raw_contact");
startActivity(intent);

转载于:https://www.cnblogs.com/ysxy/p/9003239.html

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐