18 Android9.0开发笔记/系统桌面不显示应用图标

54 次浏览

path: /packages/apps/Launcher3/res/xml/default_workspace_5x6.xml
屏蔽如下代码:

<!-- Hotseat -->
<!-- edited by peng
<include launcher:workspace="@xml/dw_tablet_hotseat" />
-->

<!-- Bottom row -->
<!-- edited by peng
<favorite
    launcher:screen="0"
    launcher:x="0"
    launcher:y="-1"
    launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_CONTACTS;end" />

<resolve
    launcher:screen="0"
    launcher:x="-1"
    launcher:y="-1" >
    <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MARKET;end" />
    <favorite launcher:uri="market://details?id=com.android.launcher" />
</resolve>
-->

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

滚动至顶部