霍尼韦尔的监听修改(扫描网站二维码跳出程序,监听失效,调整)、斑马PDA广播模式设置
This commit is contained in:
@ -90,6 +90,8 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
|
||||
case HONEY_WELL_EDA51:
|
||||
adapter = new HoneywellAdapter(this, this);
|
||||
break;
|
||||
case ZEBRA_TECHNOLOGIES:
|
||||
adapter = new ZebraAdapter(this, this);
|
||||
}
|
||||
if (null != adapter) {
|
||||
adapter.start();
|
||||
@ -191,6 +193,8 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
|
||||
//webView.loadUrl(url());
|
||||
// voiceEngine.reload();
|
||||
super.onResume();
|
||||
adapter.stop();
|
||||
adapter.start();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user