Se agrego el sdk para el pda de honeywell
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.example.qrscanner
|
||||
|
||||
import android.app.Application
|
||||
|
||||
class QrScannerApplication : Application() {
|
||||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
HoneywellScanManager.claimScanner(this)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user