2013年6月16日 星期日

開啟相機 / 拍片(錄影)

Intent intent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA);
    startActivity(intent);


Intent intent = new Intent(MediaStore.INTENT_ACTION_VIDEO_CAMERA);

           startActivity(intent);

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...