PauloN
November 29, 2025, 5:54pm
1
I have an app developed in AppStudio that needs to call another app already installed on the android device through Android Intents using “createPendingIntent” and getting the response via “onActivityResult” or “onNewIntent”.
Is this possible using AppStudio?
ghenne
November 30, 2025, 1:18pm
2
I have not done this myself. You’ll probably need a Cordova plugin, so I’d start by looking there. You might also ask in the VoltBuilder forum .
It might also be good to explain why you need it. There may be another way to accomplish what you want to do.
PPetree
November 30, 2025, 2:17pm
3
I believe that, mostly, Apple and Android have stopped allowing that kind of behavior except through the share menu.
If there’s a chance of getting something to work I’d start with this plugin (it hasn’t been updated in 5 years - about the last time I used it):
https://www.npmjs.com/package/cordova-plugin-customurlscheme