universal-android-debloater
universal-android-debloater copied to clipboard
'Restore' command on the wiki is incorrect
Currently shown restore command:
cmd package install-existing --user <user> <package>
What actually works:
pm install-existing --user <user> <package>
not sure how to propose changes to the wiki, so leaving it as a bug report here