Skip to content

Instantly share code, notes, and snippets.

@surfaceflinger
Last active November 7, 2022 21:46
Show Gist options
  • Save surfaceflinger/728598717a724b962fbd92b66b68de9d to your computer and use it in GitHub Desktop.
Save surfaceflinger/728598717a724b962fbd92b66b68de9d to your computer and use it in GitHub Desktop.
Android thingies
#!/bin/sh
adb shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard/ -p com.android.providers.media
#!/bin/sh
adb shell pm trim-caches 9999G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment