long idtemp=Contacts1.get(arg2).getId();
Uri personUri = ContentUris.withAppendedId(
People.CONTENT_URI, idtemp);//idtemp联系人ID
intent.setAction(Intent.ACTION_VIEW);
intent.setData(personUri);
startActivity(intent);之前运行的一直好好的,之后换到别个程序上就老是直接出错程序关闭。log里面也一点信息也没有。有人知道是为什么吗?我已经纠结一下午了。头都疼死了!~