26b48c5c49
On Android an app can ship with (static) shortcuts. We use this feature to allow the user to create a new icon which still starts Flowee Pay, but it instantly opens the payment screen on the QR scanner.
6 lines
168 B
XML
6 lines
168 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<string name="activityOpenScanner">Scan QR</string>
|
|
</resources>
|
|
|