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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -