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.
Asked
Active
Viewed 177 times
1

Rumit Patel
- 8,830
- 18
- 51
- 70

Nicolus Jovi
- 57
- 1
- 9
-
https://developer.android.com/training/basics/intents/result.html – Hemant Singh Feb 12 '18 at 13:20
1 Answers
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