summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Avinash Vadlamudi <avivadla@google.com> 2023-03-17 13:37:54 +0000
committer Avinash Vadlamudi <avivadla@google.com> 2023-03-18 05:21:16 +0000
commit8c4461c48cefbb607a0f2a315356df4d1be4750f (patch)
treea2c581de6d47e242578bdf477e6108b48c0bea2e
parent2ec7a7897fb8c2219ac3a45105a2418b93b991f2 (diff)
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
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index a8da4c86b1dd..ab5fca2ce3c1 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -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>