Mik*_*ail 2 android android-shortcut
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:shortcutId="compose"
android:enabled="true"
android:icon="@drawable/compose_icon"
android:shortcutShortLabel="@string/compose_shortcut_short_label1"
android:shortcutLongLabel="@string/compose_shortcut_long_label1"
android:shortcutDisabledMessage="@string/compose_disabled_message1">
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="com.example.myapplication"
android:targetClass="com.example.myapplication.ComposeActivity" />
<!-- This -->
<categories android:name="android.shortcut.conversation" />
</shortcut>
</shortcuts>
Run Code Online (Sandbox Code Playgroud)
还有什么其他价值可用?我是否需要包括这个类别,如果我删除它会怎样?
我在官方文档中没有找到这个 - https://developer.android.com/guide/topics/ui/shortcuts.html
| 归档时间: |
|
| 查看次数: |
941 次 |
| 最近记录: |