首页 > 解决方案 > 如何使应用程序无法从 Launcher3 中移除?

问题描述

这是我当前的默认设置:


<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
    <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
    <!-- Messaging, Email, Browser, [All Apps], Music, Gallery, Camera -->
    <resolve
        launcher:container="-101"
        launcher:screen="3"
        launcher:x="0"
        launcher:y="0" >
        <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;launchFlags=0x10200000;component=my.app/my.app.main;end" />
     </resolve>
</favorites>

我想让收藏夹无法从启动器中删除。

标签: androidandroid-launcher

解决方案


推荐阅读