Commit cf816b81 authored by kenan's avatar kenan

shortcuts.xml

parent 81a11030
...@@ -177,7 +177,8 @@ ...@@ -177,7 +177,8 @@
android:configChanges="orientation|keyboardHidden|navigation|screenSize" android:configChanges="orientation|keyboardHidden|navigation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/AppTheme.Mycard" android:theme="@style/AppTheme.Mycard"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize" /> android:windowSoftInputMode="stateAlwaysHidden|adjustResize"/>
<activity <activity
android:name="cn.garymb.ygomobile.ui.mycard.mcchat.McchatActivity" android:name="cn.garymb.ygomobile.ui.mycard.mcchat.McchatActivity"
android:label="@string/app_name" android:label="@string/app_name"
......
...@@ -8,7 +8,10 @@ ...@@ -8,7 +8,10 @@
android:shortcutLongLabel="@string/mycard" android:shortcutLongLabel="@string/mycard"
android:shortcutShortLabel="@string/mycard"> android:shortcutShortLabel="@string/mycard">
<intent android:targetClass="cn.garymb.ygomobile.ui.mycard.MyCardActivity" /> <intent
android:action="android.intent.action.VIEW"
android:targetClass="cn.garymb.ygomobile.ui.mycard.MyCardActivity"
android:targetPackage="cn.garymb.ygomobile" />
</shortcut> </shortcut>
<shortcut <shortcut
android:enabled="true" android:enabled="true"
...@@ -18,7 +21,10 @@ ...@@ -18,7 +21,10 @@
android:shortcutLongLabel="@string/card_search" android:shortcutLongLabel="@string/card_search"
android:shortcutShortLabel="@string/card_search"> android:shortcutShortLabel="@string/card_search">
<intent android:targetClass="cn.garymb.ygomobile.ui.cards.CardSearchAcitivity" /> <intent
android:action="android.intent.action.VIEW"
android:targetClass="cn.garymb.ygomobile.ui.cards.CardSearchActivity"
android:targetPackage="cn.garymb.ygomobile" />
</shortcut> </shortcut>
<shortcut <shortcut
android:enabled="true" android:enabled="true"
...@@ -28,6 +34,9 @@ ...@@ -28,6 +34,9 @@
android:shortcutLongLabel="@string/deck_manager" android:shortcutLongLabel="@string/deck_manager"
android:shortcutShortLabel="@string/deck_manager"> android:shortcutShortLabel="@string/deck_manager">
<intent android:targetClass="cn.garymb.ygomobile.ui.cards.DeckManagerActivity" /> <intent
android:action="android.intent.action.VIEW"
android:targetClass="cn.garymb.ygomobile.ui.cards.DeckManagerActivity"
android:targetPackage="cn.garymb.ygomobile" />
</shortcut> </shortcut>
</shortcuts> </shortcuts>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment