|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<shortcuts xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 | + xmlns:tools="http://schemas.android.com/tools"> |
| 4 | + <shortcut |
| 5 | + android:enabled="true" |
| 6 | + android:icon="@drawable/ic_explore_24dp" |
| 7 | + android:shortcutId="Explore" |
| 8 | + android:shortcutLongLabel="@string/title_app_shortcut_explore" |
| 9 | + android:shortcutShortLabel="@string/title_app_shortcut_explore" |
| 10 | + tools:targetApi="n_mr1"> |
| 11 | + <intent |
| 12 | + android:action="android.intent.action.VIEW" |
| 13 | + android:targetClass="fr.free.nrw.commons.explore.categories.ExploreActivity" |
| 14 | + android:targetPackage="fr.free.nrw.commons.beta" /> |
| 15 | + </shortcut> |
| 16 | + |
| 17 | + <shortcut |
| 18 | + android:enabled="true" |
| 19 | + android:icon="@drawable/ic_filled_star_24dp" |
| 20 | + android:shortcutId="Bookmark" |
| 21 | + android:shortcutLongLabel="@string/title_app_shortcut_bookmark" |
| 22 | + android:shortcutShortLabel="@string/title_app_shortcut_bookmark" |
| 23 | + tools:targetApi="n_mr1"> |
| 24 | + <intent |
| 25 | + android:action="android.intent.action.VIEW" |
| 26 | + android:targetClass="fr.free.nrw.commons.bookmarks.BookmarksActivity" |
| 27 | + android:targetPackage="fr.free.nrw.commons.beta" /> |
| 28 | + </shortcut> |
| 29 | + |
| 30 | + <shortcut |
| 31 | + android:enabled="true" |
| 32 | + android:icon="@drawable/ic_settings_black_24dp" |
| 33 | + android:shortcutId="Setting" |
| 34 | + android:shortcutLongLabel="@string/title_app_shortcut_setting" |
| 35 | + android:shortcutShortLabel="@string/title_app_shortcut_setting" |
| 36 | + tools:targetApi="n_mr1"> |
| 37 | + <intent |
| 38 | + android:action="android.intent.action.VIEW" |
| 39 | + android:targetClass="fr.free.nrw.commons.settings.SettingsActivity" |
| 40 | + android:targetPackage="fr.free.nrw.commons.beta" /> |
| 41 | + </shortcut> |
| 42 | + |
| 43 | + <shortcut |
| 44 | + android:enabled="true" |
| 45 | + android:icon="@drawable/ic_check_black_24dp" |
| 46 | + android:shortcutId="Review" |
| 47 | + android:shortcutLongLabel="@string/title_app_shortcut_review" |
| 48 | + android:shortcutShortLabel="@string/title_app_shortcut_review" |
| 49 | + tools:targetApi="n_mr1"> |
| 50 | + <intent |
| 51 | + android:action="android.intent.action.VIEW" |
| 52 | + android:targetClass="fr.free.nrw.commons.review.ReviewActivity" |
| 53 | + android:targetPackage="fr.free.nrw.commons.beta" /> |
| 54 | + </shortcut> |
| 55 | + |
| 56 | + |
| 57 | +</shortcuts> |
| 58 | + |
0 commit comments