- Home /
Mobile Notifications Icons on Android.
Hello! I need to add tablets support and i need notifications icons for each density. I use Mobile Notifications Package and I have one small icon and a lot of large icons in Mobile Notifications Settings. After export project have:
drawable-hdpi-v11
drawable-ldpi-v11
drawable-mdpi-v11
drawable-xhdpi-v11
drawable-xxhdpi-v11 (without small icon).
Where is xxxhdpi folder and why xxhdpi folder without small icon, and last question why folders have names with v11?
Answer by xxmariofer · Aug 17, 2020 at 12:50 PM
v11 is the android version, maybe you have set up android 3 as minimun android version? xxxhdpi files are 192x192 mayve they are set as maximun a lower size?
$$anonymous$$inimum API level is 19. I haven't xxxhdpi folder with notification icons. In google play console i'm getting message, that my game haven't tablets support and provide this link: https://developer.android.com/docs/quality-guidelines/tablet-app-quality#use-tablet-icons
I think problem with notification icons.
Your answer
Follow this Question
Related Questions
Android Icon problem 0 Answers
App icon problem on android 5 Answers
Android game icon not showing in device desktop 0 Answers
Proper way to set Android app icons in Player Settings? 1 Answer
How to setup an Android notification at fixed time? 0 Answers