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