Arcticons normal & black are listed as themed icon source in Lawnchair
Closed this issue · 3 comments
Just did Some Testing with our current release and these smartlauncher feature's were already working.
After some digging i found out that this line (already in the manifest) >
<!-- Lawnchair Launcher -->
<intent-filter>
<action android:name="app.lawnchair.icons.THEMED_ICON" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
makes the feature also work.
It also categorizes the iconpacks in the Lawnchair-Launcher as "Themed Icon Source" which the normal and black Arcticons are not.
Originally posted by @Kaiserdragon2 in #2095 (comment)
Interesting, so we gotta split manifests for different versions somehow?
Yes that would be the case. This should be similar to our smartlauncher test.
Some helpful resources https://kvaesitso.mm20.de/docs/user-guide/customization/themed-icons.html
The Debug ones are the Ones without the Lawnchair entry. These aren't themeable in Kvaesito.
On Lawnchair i couldn't make out a difference (only the listing).
Because this allows themable icons for Kvaesito on older Android versions i think we should leave the Android manifest as it is.