Skip to content

Instantly share code, notes, and snippets.

@git-jr
Created November 11, 2022 18:54
Show Gist options
  • Save git-jr/dbeaed858fed1870310521c796275a9b to your computer and use it in GitHub Desktop.
Save git-jr/dbeaed858fed1870310521c796275a9b to your computer and use it in GitHub Desktop.
Comandos tutorial Naptime - Doze Mode Android
Comandos se for fazer pelo celular:
pm grant com.franco.doze android.permission.WRITE_SECURE_SETTINGS
pm grant com.franco.doze android.permission.DUMP
Comandos se for fazer pelo pelo computador:
adb -d shell pm grant com.franco.doze android.permission.DUMP
adb -d shell pm grant com.franco.doze android.permission.WRITE_SECURE_SETTINGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment