Pages

Saturday, July 4, 2020

android adb disable hide suspend command explaination

adb
shell
su
pm disable PACKAGE # disables the app and hides it in Settings -> Applications
pm hide PACKAGE # alternative; for Android Lollipop and above
cmd package suspend PACKAGE # alternative; package remains visible in Launcher and Settings app but cannot be used;

No comments:

Post a Comment