新大陆 pda 广播模式兼容

This commit is contained in:
2024-06-06 16:50:49 +08:00
parent 4af4aac1e5
commit 57094bfbd4
4 changed files with 59 additions and 1 deletions

View File

@ -135,6 +135,9 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
case HKWS:
adapter = new HkwsAdapter(this, this);
break;
case NEW_LAND:
adapter = new NewlandAdapter(this, this);
break;
}
if (null != adapter) {
adapter.start();