If I'm understanding correctly, ADB commands can only be executed by the primary/owner profile but an additional user id can be provided in those commands to manipulate other user profiles.
I was looking for a way to perform ADB commands from the user profile instead. But that fails because USB debugging is not enabled for that user profile.
I have Tasker installed on both the owner and the user profile. And Tasker has the ability to send and intercept intents.
Will owner profile receive intents from the user profile and vice versa if I were to try and send ADB commands(through intents) from user to owner for execution? My gut says NO as inter-profile communication should be extremely limited in GOS but maybe the owner profiles' Tasker can hack its way thanks to ADB and communicate with the non-ADB Tasker...
Any thoughts or ideas? : )