Initial commit
This commit is contained in:
12
resources/res/xml/shortcuts.xml
Normal file
12
resources/res/xml/shortcuts.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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">
|
||||
<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>
|
||||
Reference in New Issue
Block a user