Skip to content

Commit

Permalink
add camera app QrTile activity as default
Browse files Browse the repository at this point in the history
  • Loading branch information
empratyush authored and thestinger committed Nov 8, 2022
1 parent e7c9211 commit 1d44efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5685,7 +5685,7 @@
<bool name="config_enableQrCodeScannerOnLockScreen">false</bool>

<!-- Default component for QR code scanner -->
<string name="config_defaultQrCodeComponent"></string>
<string name="config_defaultQrCodeComponent">app.grapheneos.camera/app.grapheneos.camera.ui.activities.QrTile</string>

<!-- Whether Low Power Standby is supported and can be enabled. -->
<bool name="config_lowPowerStandbySupported">false</bool>
Expand Down

0 comments on commit 1d44efd

Please sign in to comment.