summaryrefslogtreecommitdiffstats
path: root/app/src/playstore/res/xml/compose_shortcuts.xml
blob: 1357bfe7991a97efc014e1f997149b938b452203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">
    <shortcut
        android:enabled="true"
        android:icon="@drawable/ic_baseline_add_comment_24"
        android:shortcutId="compose"
        android:shortcutShortLabel="@string/compose_shortcut_short_label1"
        tools:targetApi="n_mr1">
        <intent
            android:action="app.fedilab.android.shorcut.compose"
            android:targetClass="app.fedilab.android.activities.MainActivity"
            android:targetPackage="app.fedilab.android" />

        <categories android:name="android.shortcut.conversation" />
        <capability-binding android:key="actions.intent.CREATE_MESSAGE" />
    </shortcut>


</shortcuts>