I'm working on Kiosk mode app. One lunch payment screen by using below method.
Intent intent = new Intent(Intents.ACTION_SECURE_PAY);
Once we getting transaction timeout error. We want to close payment screen instead off staying that screen.
Can you let me know how can I close payment screen programmatically once we getting timed out error ?