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

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -