Lets say i am building an app called, myApp. and i know that on the device is another app called bobsApp that has an activity called bobsApp.someActivity lets say in myApp i have an activity with two fragments, fragA and fragB am i able to on click from myApp, fragA launch bobsApp.someActivity into myApp fragB?
Lets say i am building an app called, myApp . and i know that
Share
No. You only can start the bobsApp, but you can’t start the same Activity in your app. This would lead to many security issues.