Skip to content

Commit 247f80e

Browse files
committed
🎨 Shorthands on mobile siyuan-note/siyuan#14414
1 parent 8104868 commit 247f80e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/main/AndroidManifest.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@
9090
<data android:mimeType="text/plain" />
9191
</intent-filter>
9292

93+
<!-- TODO Supports local shorthands by shortcut on mobile https://github.com/siyuan-note/siyuan/issues/14414
9394
<meta-data
9495
android:name="android.app.shortcuts"
9596
android:resource="@xml/shortcuts" />
96-
97+
-->
9798
</activity>
9899

99100
<activity
@@ -113,6 +114,7 @@
113114
-->
114115
</activity>
115116

117+
<!-- TODO Supports local shorthands by shortcut on mobile https://github.com/siyuan-note/siyuan/issues/14414
116118
<activity
117119
android:name=".ShortcutActivity"
118120
android:exported="true"
@@ -169,6 +171,7 @@
169171
</intent-filter>
170172
171173
</activity>
174+
-->
172175

173176
<service
174177
android:name=".KeepLiveService"

0 commit comments

Comments
 (0)