2.6 强制暴露相机接口

This commit is contained in:
yao-1212
2026-03-10 14:39:39 +08:00
parent 038c96fbe0
commit f91790d046
3 changed files with 259 additions and 6 deletions

View File

@ -11,7 +11,7 @@ android {
minSdk 28
targetSdk 28
versionCode 1
versionName "2.15"
versionName "2.16"
// 1.0 IDATA广播模式处理
// 1.1 霍尼韦尔的监听修改扫描网站二维码跳出程序监听失效调整、斑马PDA广播模式设置
@ -51,6 +51,7 @@ android {
// 瑞芯适配器 接入 新的型号,使用的是 ttyS8而不是ttyS1并且只有一个接口。
// 2.14 适配 AIFUU 陈安良:陆军特色中心医院
// 2.15 添加文件选择和相机拍照功能
// 2.16 暴露了一个直接调用相机的方法非http input调用会出现默认的弹出窗口进行选择相机、文件
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi-v7a'