简体   繁体   中英

Android: How to Disable “Icon Frames” on my application's launcher icon?

I want to remove "icon frames" in my application launcher icon. In below image I didn't turn on "icon frames" in settings.

在此处输入图片说明

When I turn on "icon frames" in setting this image change like below.

在此处输入图片说明

As you see Telegram icon didn't change. How to make launcher icon like telegram's icon. Never change no matter "icon frames" is turn on or turn off.

I find answer for my question.

just add below code to Manifest.xml file:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM