Enable ambient AOD for certain devices

Bug: 373844670
Test: manual - check devices
Flag: com.android.systemui.shared.ambient_aod
Change-Id: I793e7dbab1c039ba82a1f96b7d56ca4b3e1ebbfe
This commit is contained in:
Matt Pietal 2025-01-29 19:52:35 +00:00
parent 9327094ba2
commit 0b7019c2ee
2 changed files with 6 additions and 0 deletions

View file

@ -168,6 +168,9 @@
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. --> <!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string> <string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- If AOD can show an ambient version of the wallpaper -->
<bool name="config_dozeSupportsAodWallpaper">true</bool>
<!-- The stable device width and height in pixels. If these aren't set to a positive number <!-- The stable device width and height in pixels. If these aren't set to a positive number
then the device will use the width and height of the default display the first time it's then the device will use the width and height of the default display the first time it's
booted. --> booted. -->

View file

@ -168,6 +168,9 @@
<!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. --> <!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
<string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string> <string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
<!-- If AOD can show an ambient version of the wallpaper -->
<bool name="config_dozeSupportsAodWallpaper">true</bool>
<!-- The stable device width and height in pixels. If these aren't set to a positive number <!-- The stable device width and height in pixels. If these aren't set to a positive number
then the device will use the width and height of the default display the first time it's then the device will use the width and height of the default display the first time it's
booted. --> booted. -->