add shortcut to ComposeActivity (#1147)

This commit is contained in:
Konrad Pozniak 2019-03-30 15:19:02 +01:00 committed by GitHub
commit 16175ccb43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 55 additions and 1 deletions

View file

@ -26,6 +26,9 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts"/>
</activity>
<activity
android:name=".SavedTootActivity"