Skip to content

Instantly share code, notes, and snippets.

@Red-Eyed
Last active December 18, 2022 14:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Red-Eyed/a6d8a64f904109a2b505c672766f09f5 to your computer and use it in GitHub Desktop.
Save Red-Eyed/a6d8a64f904109a2b505c672766f09f5 to your computer and use it in GitHub Desktop.
Android debloat

Usefull commands

Get current ativity: dumpsys activity activities | grep mResumedActivity

Uninstall app example: pm uninstall -k --user 0 com.aura.oobe.samsung.gl

Restore removed app example: pm install-existing com.aura.oobe.samsung.gl

AppCloud com.aura.oobe.samsung.gl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment