We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1249912 commit b2d697aCopy full SHA for b2d697a
overlay/frameworks/base/core/res/res/values/config.xml
@@ -483,4 +483,11 @@
483
484
<!-- The max scale for the wallpaper when it's zoomed in -->
485
<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>
493
</resources>
0 commit comments