本文主要是介绍Android 通知栏快捷方式 android.app.shortcuts,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
<meta-data android:name="android.app.shortcuts"android:resource="@xml/shortcuts" />
shoutcuts 文件
<shortcutandroid:shortcutId=""android:enabled="true"android:icon=""android:shortcutShortLabel="@string/"android:shortcutLongLabel="@string/"android:shortcutDisabledMessage="@string/"><intentandroid:action="android.intent.action.VIEW"android:targetPackage=""android:targetClass="" /><intentandroid:action="android.intent.action.VIEW"android:targetPackage=""android:targetClass="" /><categories android:name="android.shortcut.conversation" />
</shortcut>
这篇关于Android 通知栏快捷方式 android.app.shortcuts的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!