Android:如何在我的应用程序的启动器图标上禁用“图标框架”?

时间:2018-06-16 07:48:22

标签: android icons

我想删除应用启动器图标中的“图标框架”。 在下图中,我没有在设置中打开“图标框架”。

enter image description here

当我在设置此图像时打开“图标框”,如下所示。

enter image description here

如您所见,Telegram图标没有变化。如何制作电报图标等启动器图标。无论“图标框架”是打开还是关闭,都不要改变。

1 个答案:

答案 0 :(得分:1)

我找到了问题的答案。

只需将以下代码添加到Manifest.xml文件中即可:

<application>
<meta-data   
     android:name="com.samsung.android.icon_container.has_icon_container" 
     android:value="true"/>
</application>