I need to run an application that is in a different work profile (Android For Work). If you install the application in a personal profile, I can run the application from a personal profile on the same device.
However, when I install the application only in the work profile, I cannot start the application through the adb command .
According to my understanding, google supports two different containers for personal and work profiles. I think the work profile has a different space, and adb has no access to this application and the work profile workspace.
I need to run the application through appium
If anyone has an answer to the above problem, answer. Thanks at Advance!
Vinod source
share