简体   繁体   中英

Gallery Intent to Camera

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

As far as I understand, you need Intent.ACTION_PICK

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM