commit | f8a462319fc8229778c0644ed423dc32ca09a560 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Wed Feb 10 13:51:54 2016 -0800 |
committer | Felipe Leme <felipeal@google.com> | Thu Feb 11 15:11:41 2016 -0800 |
tree | 7c92d52cdc12b87587afc89b7a40986a394f9856 | |
parent | 2b63730837fbc1bf3ea80cc46a8ac2f00e144549 [diff] |
Added option to check if an app is whitelisted for deviceidle. Currently, there are only options to get the whole list: adb shell dumpsys deviceidle whitelist Or to add/remove an app: adb shell dumpsys deviceidle whitelist +my.app adb shell dumpsys deviceidle whitelist -my.app This change add an option to get the status of an app, so it can be used on CTS tests: adb shell dumpsys deviceidle whitelist =my.app BUG: 27127112 Change-Id: Ife4b8e2efa51e4ba5e1e2263e59884e5054f1e0a