303 B
303 B
pm uninstall
안드로이드 패키지 제거. 더 많은 정보: https://developer.android.com/tools/adb#pm.
- 기기에서 패키지 제거:
pm uninstall {{패키지}}
- 특정 사용자에게서만 애플리케이션 제거:
pm uninstall --user {{사용자_아이디}} {{패키지}}
안드로이드 패키지 제거. 더 많은 정보: https://developer.android.com/tools/adb#pm.
pm uninstall {{패키지}}
pm uninstall --user {{사용자_아이디}} {{패키지}}