Answers for "uninstall adb command"

1

adb uninstall apk

adb uninstall <package_name>
Posted by: Guest on October-09-2021
0

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language