Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f8a46231 authored by Felipe Leme's avatar Felipe Leme
Browse files

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
parent 2b637308
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment