patrickfav/uber-adb-tools

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

Offen

#1 geöffnet am 02.05.2019

 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Java (24 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (175 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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