I'd like to call the services of a third party app - i.e. call from my app.
I used apktool
to decode the app and have the INTENT name.
But how can I figure out the parameters it expects?
Thanks.
android:exported="true"
in manifest, you can't launch them through your app.