新大陆 pda 广播模式兼容
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user