Android 4.2 on tablets added support for multiple users per device (similar to desktop OSes), each of which can install and remove apps independently. Currently, using adb install /path/to/app.apk
installs the app globally; every user can see and launch it (as if every user installed the same app from the Play store for example).
Is there a way to adb install
an app onto a device so that only one user can see it in the launcher menu?