1

I am using EBS payment gateway in my android application. It comes with a module which I have to integrate in my project. After doing so I created a Activity where all the payment processing happens. The problem is after successful transaction, the activity reloads itself and if I try to go to other activity via Intent, An error occurs saying Activity has leaked window. So how can I go back to my calling activity after successful payment and if possible help me with the work-flow.

Rumit Patel
  • 8,830
  • 18
  • 51
  • 70
Nicolus Jovi
  • 57
  • 1
  • 9

1 Answers1

1

I have solved the issue.There was a lack of info in the documentation of EBS payment gateway regarding the intent filter that is payment activity after a successful transaction.

Nicolus Jovi
  • 57
  • 1
  • 9