patrickfav/uber-adb-tools

Feature Request: Add support for [--user USER_ID] in uninstall

Open

#1 opened on May 2, 2019

 (1 comment) (2 reactions) (0 assignees)Java (24 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (175 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When using adb normally, package manager (pm) gives an option to uninstall a particular app for just a particular user id. It would be useful to have that option in this as well.

e.g. adb shell pm uninstall -k --user 0 com.example.app

Contributor guide