简体   繁体   English

相机的android最低api水平

[英]android minimum api level of camera

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

From here it says API level 3 using ACTION_IMAGE_CAPTURE intent. 这里开始 ,使用ACTION_IMAGE_CAPTURE意向表示API级别3。 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. 此后添加了其他类似的意图,但这是打开设备上安装的本机(或其他)相机应用程序所需要的最基本的意图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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