Enable QR scanner to be available on LockScreen shortcut option

Bug: 273695262
Test: Manually Tested by setting the QR code scanner as lockscreen shortcut and using it
Change-Id: I28221e82f3764f27f7a979b41f6fd6ac6e125c2b
This commit is contained in:
Avinash Vadlamudi
2023-03-17 13:37:54 +00:00
parent 2ec7a7897f
commit 8c4461c48c

View File

@@ -6097,7 +6097,7 @@
<bool name="config_settingsHelpLinksEnabled">false</bool>
<!-- Whether or not to enable the lock screen entry point for the QR code scanner. -->
<bool name="config_enableQrCodeScannerOnLockScreen">false</bool>
<bool name="config_enableQrCodeScannerOnLockScreen">true</bool>
<!-- Default component for QR code scanner -->
<string name="config_defaultQrCodeComponent"></string>