package com.example.qrscanner import android.app.Application class QrScannerApplication : Application() { override fun onCreate() { super.onCreate() HoneywellScanManager.claimScanner(this) } }