1

When we open device camera we got multiple options to select like settings or access to gallery. How to show that by calling camera intent . Please have look to image. Please help.!enter image description here

Kalyani
  • 392
  • 2
  • 17
  • see if this topic help your idea: http://stackoverflow.com/questions/8932329/initiate-camera-intent-with-the-gallery-icon – PedroHawk Jun 23 '14 at 11:20

1 Answers1

0
Intent cameraIntent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE);
Til
  • 5,150
  • 13
  • 26
  • 34
patel jigar
  • 52
  • 1
  • 7