Warning, /pim/itinerary/src/app/android/res/xml/shortcuts.xml is written in an unsupported language. File is not indexed.

0001 <?xml version='1.0' encoding='utf-8'?>
0002 <!--
0003     SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
0004     SPDX-License-Identifier: CC0-1.0
0005 -->
0006 <shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
0007   <shortcut android:shortcutId="currentTicket" android:enabled="true" android:shortcutShortLabel="@string/shortcut_label_current_ticket_short">
0008     <intent
0009       android:action="android.intent.action.VIEW"
0010       android:targetPackage="org.kde.itinerary"
0011       android:targetClass="org.kde.itinerary.Activity"
0012       android:data="page:///currentTicket" />
0013   </shortcut>
0014   <shortcut android:shortcutId="statistics" android:enabled="true" android:shortcutShortLabel="@string/shortcut_label_statistics_short">
0015     <intent
0016       android:action="android.intent.action.VIEW"
0017       android:targetPackage="org.kde.itinerary"
0018       android:targetClass="org.kde.itinerary.Activity"
0019       android:data="page:///stats" />
0020   </shortcut>
0021   <shortcut android:shortcutId="live" android:enabled="true" android:shortcutShortLabel="@string/shortcut_label_live_short">
0022     <intent
0023       android:action="android.intent.action.VIEW"
0024       android:targetPackage="org.kde.itinerary"
0025       android:targetClass="org.kde.itinerary.Activity"
0026       android:data="page:///live" />
0027   </shortcut>
0028 </shortcuts>