V16版本,idata不默认设置广播模式

This commit is contained in:
2024-08-16 10:31:50 +08:00
parent e24a8955a2
commit 724e691188
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@ plugins {
}
android {
compileSdk 30
compileSdk 28
buildToolsVersion '30.0.3'
defaultConfig {
@ -11,7 +11,7 @@ android {
minSdk 28
targetSdk 28
versionCode 1
versionName "1.15"
versionName "1.16"
// 1.0 IDATA广播模式处理
// 1.1 霍尼韦尔的监听修改扫描网站二维码跳出程序监听失效调整、斑马PDA广播模式设置
@ -29,6 +29,7 @@ android {
// 1.13 新大陆pda 兼容广播模式NLS-NFT10
// 1.14 瑞芯 rk3566_r 添加引用 librockchip.so 新加一个方法返回当前PDA的厂家和型号
// 1.15 系统状态栏根据配置进行设置
// 1.16 idata pda 不设置模式
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi-v7a'
@ -80,7 +81,7 @@ android {
}*/
}
dependencies {
compileOnly 'com.symbol:emdk:+'
compileOnly 'com.symbol:emdk:9.1.1'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.code.gson:gson:2.6.2'

View File

@ -39,7 +39,7 @@ public class IDataAdapter implements Adapter {
public Receiver() {
scannerInerface = new ScannerInerface(context);
scannerInerface.setOutputMode(1);
// scannerInerface.setOutputMode(1);
}
@Override