android - How to show gallery icon in Camera View? -


image aenter image description here

image benter image description here

the first image screenshot of default camera view , second image screenshot of camera view open intent on app.

the problem default camera have gallery icon.how can show gallery icon when open camera app ?

i used code open camera

intent takeimageintent = new intent(mediastore.action_image_capture); 


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -