海信PDA兼容
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user