urovo DT50 Lite pda的支持

This commit is contained in:
wujie
2023-09-01 09:51:56 +08:00
parent 46199cda0f
commit 483cce8fd5
4 changed files with 58 additions and 1 deletions

View File

@ -104,6 +104,8 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
adapter = new HisenseAdapter(this, this);
case LACHESIS:
adapter = new LachesisAdapter(this, this);
case UROVO:
adapter = new UrovoAdapter(this, this);
}
if (null != adapter) {
adapter.start();