내 기준에서 삭제하는 것만 기록한다.
1) cmd 창에서 adb devices로 디바이스를 잡은 다음에
2) 아래의 명령어를 하나씩 넣고 엔터 쳐서 Success가 나오면 삭제되는 것이다.
*Mi Browser
adb shell pm uninstall --user 0 com.mi.globalbrowser
adb shell pm uninstall --user 0 com.android.browser
*Chrome
adb shell pm uninstall --user 0 com.android.chrome
*Mi Health
adb shell pm uninstall --user 0 com.mi.health
adb shell pm uninstall --user 0 com.android.email
*Mi Mover
adb shell pm uninstall --user 0 com.miui.huanji
*MIUI Notes
adb shell pm uninstall --user 0 com.miui.notes
*Analytics
adb shell pm uninstall --user 0 com.miui.analytics
*Services & Feedback
adb shell pm uninstall --user 0 com.miui.bugreport
adb shell pm uninstall --user 0 com.miui.miservice
*Mi Pay
adb shell pm uninstall --user 0 com.mipay.wallet.in
*ShareMe
adb shell pm uninstall --user 0 com.xiaomi.midrop
adb shell pm uninstall --user 0 com.miui.mishare.connectivity
아래는 참고 이미지.
0 comments:
댓글 쓰기