1

I have an app that on ImageButton click it opens the Gallery intent from where you can either choose some pictures OR take another one using the Camera intent.

My question is: I have made a camera layout that I would like to use instead of the one from the gallery intent. How could I use my custom layout instead of the basic one? Thanks

funkycookie
  • 226
  • 2
  • 16

1 Answers1

0

As far as I understand, you need Intent.ACTION_PICK

See details here: http://sudhanshuvinodgupta.blogspot.com/2012/07/using-intentactionpick.html

QArea
  • 4,955
  • 1
  • 12
  • 22