简体   繁体   中英

Android Camera Intent

I have a simple application that has a button that allows the user to enter the camera application by clicking it. It seems that things work fine if I were to take a picture having the tablet in landscape mode. It prompts the user to save or discard. After clicking save, it returns to my application.

However, when I attempted to capture a photo with a portrait mode, after clicking the save button, it will return to the camera application again.

Why is this so?

It has nothing to do with your application. By firing intent you are invoking camera application present on your device. Its behaviour out of your reach

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