• 1 Post
  • 7 Comments
Joined 7 months ago
cake
Cake day: August 7th, 2024

help-circle



  • No worries! Note that it doesn’t really uninstall it, I mean it does but the app is still there, available for you to be reinstalled in case it’s an essential app, in that case do:

    adb shell cmd package install-existing <package_name>
    

    So save the app package name somewhere. It uninstalls the app for the current user but it’s still available in the system (it doesn’t run if you uninstall it, no worries)