Add assistant activity shortcut

Close #322
This commit is contained in:
MM20
2023-05-13 19:04:35 +02:00
parent 6e5cfb2737
commit 7ebc662c6f
6 changed files with 52 additions and 2 deletions

View File

@@ -24,6 +24,10 @@
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
</activity>
<activity