Answers for "uninstall command adb"

1

uninstall command adb

Just run ADB and use the following command:

adb shell pm uninstall -k --user 0 <package name>
Posted by: Guest on February-23-2022

Browse Popular Code Answers by Language