2024-10-31 12:09:19 +01:00
|
|
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
<shortcut
|
|
|
|
|
android:shortcutId="scanQr"
|
2024-10-31 12:48:36 +01:00
|
|
|
android:icon="@drawable/qrscanicon"
|
2024-10-31 12:09:19 +01:00
|
|
|
android:shortcutShortLabel="@string/activityOpenScanner">
|
|
|
|
|
<intent
|
|
|
|
|
android:action="android.intent.action.QUICK_VIEW"
|
2024-12-17 18:34:36 +01:00
|
|
|
android:targetPackage="org.flowee.pay"
|
2024-10-31 12:09:19 +01:00
|
|
|
android:targetClass="org.flowee.pay.MainActivity" />
|
|
|
|
|
</shortcut>
|
|
|
|
|
<!-- Specify more shortcuts here. -->
|
|
|
|
|
</shortcuts>
|
|
|
|
|
|