Open android camera -
i see ton of results when searching how open camera, , returned image. opening camera app without return @ all? want camera function normal.
you send action_camera_button intent? should trick.
intent intent = new intent(action_camera_button, null); startactivity(intent);
obviously, "this" needs current activity.
Comments
Post a Comment