摘要: 1 import java.util.*; 2 public class FangSheMiMa{ 3 public static void main (String args[]){ 4 System.out.println("请依次输入k1,k2,字母数值"); 5 S... 阅读全文
posted @ 2017-03-11 13:57 时光正好, 阅读(2322) 评论(0) 推荐(0) 编辑
摘要: (一)、调用本地联系人: Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(ContactsContract.Contacts.CONTENT_TYPE); startActivityForResult(intent, PICK_CONTACT); (二)、调用图库,获取所有本地图片: Intent i... 阅读全文
posted @ 2017-03-11 13:29 时光正好, 阅读(974) 评论(0) 推荐(0) 编辑