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 -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -