Uninstall default apps

hello
uninstall system apps android without root using adb shell comments
It’s easy and useful
this comment
pm uninstall -k --user 0 < and package program name >

for example
if you want delete mail program
pm uninstall -k --user 0 foundation.e.mail

try it

6 Likes