Android Question How to launch app in work profile?

plager

Member
Hello community,
simple question:
how can I launch an app installed in work profile from my app installed in normal profile?

A bit larger explanation:
I have an revolut app installed in work profile. I want to launch it from within my app, which is installed in normal profile.
How can I do that?

Background:
It works somehow. I use a Square Home Launcher. When I created a shortcut for revolut, in json file it is like that:
{"T":0,"c":"com.revolut.revolut\/com.revolut.ui.login.pin.LoginActivity:10"}
not sure about T, but:
- com.revolut.revolut is a package of revolut app.
- com.revolut.ui.login.pin.LoginActivity is an activity which is launched at startup of a revolut app. There is no Main activity, or something like that
- double dot 10 ( :10 ) means it is installed in work profile (normal profile has ID:1. This is not mentioned if app is launched from normal (user) profile)

So, how can i launch this app (installed in work profile)?
Many thanks.
P.
(Using Samsung Flip 7 FE, A16, if it helps)
 
Top