Skip to content

Commit

Permalink
billie: overlay: Declare STATE_DOZE support
Browse files Browse the repository at this point in the history
 * This is required for Ambient Display to work properly.

Change-Id: Ibad86be4e1c43a221fc2224d0a8f8ca2c938a6c7
  • Loading branch information
bgcngm authored and danascape committed Dec 31, 2021
1 parent ec4b313 commit 7e2639d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources>
<!-- Doze: does this device support STATE_DOZE? -->
<bool name="doze_display_state_supported">true</bool>

<!-- Preferred refresh rate at keyguard, if supported by the display -->
<integer name="config_keyguardRefreshRate">60</integer>
</resources>

0 comments on commit 7e2639d

Please sign in to comment.