Hello Niotron Community,
I am new to Niotron builders and trying to launch the PhonePe app (or any UPI app) directly to its home screen using the Activity Starter component.
I have tried multiple configurations
1.Action: android.intent.action.VIEW
Data URI: upi://pay
Using the upi://pay configuration, a list of UPI apps shows up, but selecting PhonePe (or any other UPI app) doesn’t open the app as expected. I don’t want to set any specific payee address or payment details. My goal is simply to open the home screen of any UPI app directly, allowing users to select their preferred UPI app
Action: android.intent.action.VIEW
Data URI: phonepe://
Package Name: com.phonepe.app
Activity Class: Left empty
But 601 error
I have read all the posts regarding this issue, but I haven’t found any solution that works for this scenario.
Any guidance or suggestions would be greatly appreciated
Block Images(if Any)
AIA OR APK(if Any)