Add a flag to enable independent lock screen live wallpaper

Test: the flag is not yet used
Bug: 243402530
Change-Id: Iabbb7603c5f0be78bbc4613defcd1230f29f7dd3
This commit is contained in:
Aurélien Pomini
2022-10-11 15:25:27 +00:00
parent f8cc01c10c
commit b24cf598fb
2 changed files with 5 additions and 0 deletions

View File

@@ -5934,4 +5934,8 @@
TODO(b/236022708) Move rear display state to device state config file
-->
<integer name="config_deviceStateRearDisplay">-1</integer>
<!-- Whether the lock screen is allowed to run its own live wallpaper,
different from the home screen wallpaper. -->
<bool name="config_independentLockscreenLiveWallpaper">false</bool>
</resources>

View File

@@ -4841,6 +4841,7 @@
<java-symbol type="array" name="config_deviceStatesAvailableForAppRequests" />
<java-symbol type="array" name="config_serviceStateLocationAllowedPackages" />
<java-symbol type="integer" name="config_deviceStateRearDisplay"/>
<java-symbol type="bool" name="config_independentLockscreenLiveWallpaper"/>
<!-- For app language picker -->
<java-symbol type="string" name="system_locale_title" />