摘要: 1、打开系统相册 Intent intent = new Intent(Intent.ACTION_VIEW); intent.setType("vnd.android.cursor.dir/image");//图片列表 startActivity(intent); 2、打开系统视频 Intent 阅读全文
posted @ 2016-01-15 09:17 Coding-Null 阅读(960) 评论(0) 推荐(0) 编辑
摘要: Class serviceManagerClass; try { serviceManagerClass = Class.forName("android.os.ServiceManager"); Method getService = serviceManagerClass.getMethod(" 阅读全文
posted @ 2016-01-15 09:11 Coding-Null 阅读(2026) 评论(0) 推荐(0) 编辑