海信PDA兼容

This commit is contained in:
wujie
2023-06-12 17:52:13 +08:00
parent 4aa71457fe
commit e2a34d76a6
3 changed files with 56 additions and 0 deletions

View File

@ -92,6 +92,8 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
break;
case ZEBRA_TECHNOLOGIES:
adapter = new ZebraAdapter(this, this);
case HISENSE:
adapter = new HisenseAdapter(this, this);
}
if (null != adapter) {
adapter.start();