Enable sharing QRCode
This commit is contained in:
parent
388bf65499
commit
5f152e4763
5 changed files with 72 additions and 3 deletions
|
|
@ -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>
|
||||
4
app/src/main/res/xml/filepaths.xml
Normal file
4
app/src/main/res/xml/filepaths.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<cache-path name="qrcode" path="shared"/>
|
||||
</paths>
|
||||
Loading…
Add table
Add a link
Reference in a new issue