There are similar questions on StackOverflow but none of them worked for me.
List of Questions
- UPI Payment Gateway using Android Deep Link
- UPI App Deep linking using Intent - inconsistent and buggy behavior
Somehow I managed to open Uri starting with upi://pay
using startActivity(new Intent(ACTION_VIEW).setData(Uri.parse(upi_string)));
However when I try to use createChooser, no app is detected which can handle UPI payments.
How do I create a chooser for UPI apps?