patrickfav/uber-adb-tools
Feature Request: Add support for [--user USER_ID] in uninstall
Open
#1 opened on May 2, 2019
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