Y yhyzhj Member Jan 26, 2022 #1 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?
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 Jan 26, 2022 #2 Use the Packagemaner, get a reference to the app and use the StartingIntent for this App to start it. Upvote 0
Use the Packagemaner, get a reference to the app and use the StartingIntent for this App to start it.
Y yhyzhj Member Jan 27, 2022 #3 DonManfred said: Use the Packagemaner, get a reference to the app and use the StartingIntent for this App to start it. Click to expand... would you can give me a simple code? Upvote 0
DonManfred said: Use the Packagemaner, get a reference to the app and use the StartingIntent for this App to start it. Click to expand... would you can give me a simple code?
Y yhyzhj Member Jan 28, 2022 #4 yhyzhj said: would you can give me a simple code? Click to expand... i use these code: ,but not work! i.Initialize("test://myapp","mypackagename") StartActivity(i) Upvote 0
yhyzhj said: would you can give me a simple code? Click to expand... i use these code: ,but not work! i.Initialize("test://myapp","mypackagename") StartActivity(i)
Y yhyzhj Member Jan 28, 2022 #5 yhyzhj said: i use these code: ,but not work! i.Initialize("test://myapp","mypackagename") StartActivity(i) Click to expand... i solved. Upvote 0
yhyzhj said: i use these code: ,but not work! i.Initialize("test://myapp","mypackagename") StartActivity(i) Click to expand... i solved.