bitsy-wallet/app/src/main/res/xml/tmp_image_path.xml
Severiano Jaramillo 5240e88e1f - Add a FileProvider to the Manifest, to enable the app to share images with other applications.
- Modify the method that creates a temp image of the screenshot to use the FileProvider described above.
- Improve ReceiveTransactionFragment UI so that the QR screenshot looks nicely spaced.
2018-12-21 18:12:34 -06:00

5 lines
No EOL
162 B
XML

<?xml version="1.0" encoding="utf-8"?>
<paths>
<!-- Used to share QR code on QRCodeActivity -->
<cache-path name="shared_images" path="images/"/>
</paths>