Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:icon="@drawable/ic_search_shortcut"
android:enabled="false"
android:shortcutId="search"
android:shortcutShortLabel="@string/shortcut_search_short_label"
android:shortcutLongLabel="@string/shortcut_search_long_label"
android:shortcutDisabledMessage="@string/shortcut_search_disabled">
<intent
android:targetPackage="com.ubt.jimu"
android:action="android.intent.action.VIEW"
android:targetClass="com.ubt.jimu.community.view.SearchActivity"/>
<categories android:name="android.shortcut.conversation"/>
</shortcut>
</shortcuts>