ForceDoze icon indicating copy to clipboard operation
ForceDoze copied to clipboard

How do you run ENABLE_FORCEDOZE via adb

Open rcmpayne opened this issue 7 years ago • 1 comments

Can you provide a few adb examples how to run some of the brodcasts via adb so i can script this?

examples: ENABLE_FORCEDOZE DISABLE_FORCEDOZE CHANGE_SETTINGS

rcmpayne avatar Apr 19 '17 18:04 rcmpayne

Trying to figure out how to enable/disable force doze service

adb shell am broadcast -a "android.intent.action.ENABLE_FORCEDOZE" -d "com.suyashsrijan.forcedoze" Broadcasting: Intent { act=android.intent.action.ENABLE_FORCEDOZE dat=com.suyashsrijan.forcedoze } Broadcast completed: result=0

rcmpayne avatar Apr 20 '17 12:04 rcmpayne