Enable sharing QRCode

This commit is contained in:
Gergely Hegedus 2023-11-19 01:25:38 +02:00
parent 388bf65499
commit 5f152e4763
5 changed files with 72 additions and 3 deletions

View file

@ -19,4 +19,5 @@
<string name="open">Open</string>
<string name="read_qr_code">Scan QR Code</string>
<string name="create_qr_code">Create QR Code</string>
<string name="share">Share QR Code</string>
</resources>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="qrcode" path="shared"/>
</paths>