Remove app from whitelist in android marshmallow

前端 未结 2 1525
半阙折子戏
半阙折子戏 2021-01-28 09:42

I didn\'t find useful info how to programically or using device\'s settings remove specific app from white-listed.

In android 6.0 was introduced doze-mode and while-lis

2条回答
  •  面向向阳花
    2021-01-28 10:07

    you could add or remove from whitelist typing this on ADB shell

    dumpsys deviceidle whitelist +YOUR.PACKAGE

    dumpsys deviceidle whitelist -YOUR.PACKAGE

    in my case I need to reboot and I don´t need Root access

提交回复
热议问题