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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -