We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8104868 commit 247f80eCopy full SHA for 247f80e
app/src/main/AndroidManifest.xml
@@ -90,10 +90,11 @@
90
<data android:mimeType="text/plain" />
91
</intent-filter>
92
93
+ <!-- TODO Supports local shorthands by shortcut on mobile https://github.com/siyuan-note/siyuan/issues/14414
94
<meta-data
95
android:name="android.app.shortcuts"
96
android:resource="@xml/shortcuts" />
-
97
+ -->
98
</activity>
99
100
<activity
@@ -113,6 +114,7 @@
113
114
-->
115
116
117
118
119
android:name=".ShortcutActivity"
120
android:exported="true"
@@ -169,6 +171,7 @@
169
171
170
172
173
174
175
176
<service
177
android:name=".KeepLiveService"
0 commit comments