已使用DataWedge功能扫描zebra设备中的条形码,并使用intent将条形码发送回设备。 我使用下面的代码来接收使用intent的扫描数据。override fun onNewIntent(intent: Intent) { // DataWedge intentsreceived here
if (intent.hasExtra(DWInt
我正在为斑马技术使用DataWedge的TC8000扫描仪的应用程序。我使用Android Studio3.5和flutter作为移动框架。我在我的主要活动中使用广播接收器,并尝试在我的Dart代码中使用回调。 当我在扫描仪上扣动扳机时,我在logcat中看到以下内容: 04-22 11:35:12.946 1009-1009/?E/NotificationService: WARNING: In a future release this will crash the app: co