XiaomiADBFastbootTools
XiaomiADBFastbootTools copied to clipboard
Second Space user changed to 12
for first space is it --user 0
adb shell pm uninstall -k --user 0 com.miui.notes
for second space it is --user 12
adb shell pm uninstall -k --user 12 com.miui.notes
maybe that's why the removing app from second space is not working again for the program.
thanks