简体   繁体   中英

android minimum api level of camera

所以我在我的第一个应用程序项目上,它具有一个可以从该应用程序拍照的功能,我的客户想知道该功能的最低api级别,但我不确定,我进行了搜索,但没有因此,我想知道从其他应用程序打开相机的最低API级别是多少?

From here it says API level 3 using ACTION_IMAGE_CAPTURE intent. Other similar intents were added after that, but that is the most basic one you would need to open the native (or other) camera apps installed on the device.

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