new feature: add launcher shortcuts
Auto Tag on Version Change / check-version (push) Successful in 5s

This commit is contained in:
2026-05-28 14:06:49 +05:00
parent 86063d600f
commit dd620763ec
12 changed files with 152 additions and 5 deletions
+3
View File
@@ -30,6 +30,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