Clear app data

Dev777

Active member
Yes via a shell script.

Code:
pm uninstall --user 0 <package name> or

adb shell pm uninstall --user 0 <package name>
Depending on the shell you are using
 

laxmikant

New member
Yes via a shell script.

Code:
pm uninstall --user 0 <package name> or

adb shell pm uninstall --user 0 <package name>
Depending on the shell you are using
This code is not working in macrodroid, This code is working perfect when connected to computer, but is not working in shell option of macrodroid.
The code is perfect, but Macrodroid is not able to run it.
 
Last edited:
Top