码迷,mamicode.com
首页 > 移动开发 > 详细

android调用系统相机

时间:2014-12-18 16:30:45      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   ar   io   color   sp   for   

Intent intent = new Intent();
                intent.setPackage("com.android.camera");
                intent.setAction(MediaStore.ACTION_IMAGE_CAPTURE);
                startActivityForResult(intent, 1);

bubuko.com,布布扣

 

                Intent intent = new Intent();
                intent.setPackage("com.android.camera");
//                intent.setAction(MediaStore.ACTION_IMAGE_CAPTURE);
                startActivityForResult(intent, 1);

bubuko.com,布布扣

 

Intent imageCaptureIntent = new Intent("android.media.action.STILL_IMAGE_CAMERA"); 
               startActivityForResult(imageCaptureIntent,1);

bubuko.com,布布扣

android调用系统相机

标签:android   style   blog   http   ar   io   color   sp   for   

原文地址:http://www.cnblogs.com/hixin/p/4171958.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!