overlay: disable lockscreen

* SettingsProvider option no longer seems to work on Android 14.
This commit is contained in:
Konsta
2023-10-07 18:20:21 +03:00
parent eeeab1fb7e
commit 2632bb5db3
2 changed files with 3 additions and 3 deletions

View File

@@ -121,4 +121,7 @@
<bool name="config_cecTvSendStandbyOnSleepEnabled_default">false</bool>
<bool name="config_cecTvSendStandbyOnSleepDisabled_default">true</bool>
<!-- Is the lock-screen disabled for new users by default -->
<bool name="config_disableLockscreenByDefault">true</bool>
</resources>