Android Question how to start anothers app by scheme?

yhyzhj

Member
how to start anothers app by scheme?
i wnat to start an app by scheme (manifest:<data android:host="myapp" android:scheme="test"/>), which command or function can do this?
 

DonManfred

Expert
Licensed User
Longtime User
Use the Packagemaner, get a reference to the app and use the StartingIntent for this App to start it.
 
Upvote 0
Top