Files
pay/android/res/xml/shortcuts.xml
2024-12-18 13:05:52 +01:00

14 lines
457 B
XML

<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:shortcutId="scanQr"
android:icon="@drawable/qrscanicon"
android:shortcutShortLabel="@string/activityOpenScanner">
<intent
android:action="android.intent.action.QUICK_VIEW"
android:targetPackage="org.flowee.pay"
android:targetClass="org.flowee.pay.MainActivity" />
</shortcut>
<!-- Specify more shortcuts here. -->
</shortcuts>