Feature - Themed Icon
Hello, I'm using a Samsung S22 smartphone running One UI 6.1 with Android 14, a feature allows you to change the color of the application icon with monochrome colors. As shown in the photo below, as well as an example of this functionality with the Play Store:


The icons of other applications, such as those from Google or Samsung, dynamically adopt the system's colors, but those of your application remain unchanged.
I'm not a developer, but here's a tip from AI:
The problem stems from the fact that the app icon doesn't adapt to the device's color palette functionality (Material You).
Could you consider adding support for "Themed Icons" in line with Material You guidelines for Android 13+? This includes implementing an adaptable monochrome icon in the application resource file
(e.g. `ic_launcher_foreground.xml`) and enabling the
`android:supportsThemedIcon="true"` attribute in the application manifest.
The Permission Pilot application doesn't have this feature.

Thanks You.
0 条评论