android - How to show gallery icon in Camera View? -
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
Post a Comment