forked from shihaam/thijooree
fix nfc related crash bug
This commit is contained in:
@@ -56,8 +56,7 @@ class BmlHostCardEmulatorService : HostApduService() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun launchPromptActivity() {
|
private fun launchPromptActivity() {
|
||||||
val intent = Intent("sh.sar.basedbank.TAP_TO_PAY").apply {
|
val intent = Intent(applicationContext, BmlTapToPayActivity::class.java).apply {
|
||||||
setPackage(applicationContext.packageName)
|
|
||||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||||
}
|
}
|
||||||
startActivity(intent)
|
startActivity(intent)
|
||||||
|
|||||||
Reference in New Issue
Block a user