summaryrefslogtreecommitdiffstats
path: root/app/src/playstore
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-27 16:30:45 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-27 16:30:45 +0100
commit654f7850deaec90a4d393af37b75217ada1395ad (patch)
treee608e4d7b27523b2eb0765a6f93f01d5a030e421 /app/src/playstore
parentb52ab37aede6402b53c38a9667383bcc8843c4ca (diff)
Fixes and improvements
Diffstat (limited to 'app/src/playstore')
-rw-r--r--app/src/playstore/res/xml/compose_shortcuts.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/src/playstore/res/xml/compose_shortcuts.xml b/app/src/playstore/res/xml/compose_shortcuts.xml
new file mode 100644
index 000000000..1357bfe79
--- /dev/null
+++ b/app/src/playstore/res/xml/compose_shortcuts.xml
@@ -0,0 +1,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> \ No newline at end of file