mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
implemented app shortcuts, template svg-file for shortcut icons (#183)
This commit is contained in:
parent
32a74e293a
commit
a3cb818db4
26 changed files with 483 additions and 1 deletions
|
|
@ -57,7 +57,14 @@
|
|||
android:theme="@style/DiasporaLight.NoActionBar"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
|
||||
<meta-data android:name="android.app.shortcuts"
|
||||
android:resource="@xml/shortcuts" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="sc_new_post" />
|
||||
<action android:name="sc_nav_followed_tags" />
|
||||
<action android:name="sc_aspects" />
|
||||
<action android:name="sc_activities" />
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue