Skip to content

Commit b2d697a

Browse files
luca020400Joker-V2
authored andcommitted
violet: overlay: Enable Always On Display
* Disable it by default Change-Id: I589f324092cc929e8384b57830a60da7ba74f423
1 parent 1249912 commit b2d697a

File tree

1 file changed

+7
-0
lines changed
  • overlay/frameworks/base/core/res/res/values

1 file changed

+7
-0
lines changed

overlay/frameworks/base/core/res/res/values/config.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,11 @@
483483

484484
<!-- The max scale for the wallpaper when it's zoomed in -->
485485
<item name="config_wallpaperMaxScale" format="float" type="dimen">1.00</item>
486+
487+
<!-- Whether the always on display mode is available. -->
488+
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
489+
490+
<!-- Control whether the always on display mode is enabled by default. This value will be used
491+
during initialization when the setting is still null. -->
492+
<bool name="config_dozeAlwaysOnEnabled">false</bool>
486493
</resources>

0 commit comments

Comments
 (0)