Icon Packs
Smart Launcher supports the same icon pack format supported by most third-party launchers. However, there are a few tricks to get the best from your icon pack when used with Smart Launcher.
Start
<activity android:name="<...>" android:exported="true">
<intent-filter>
<action android:name="org.adw.launcher.THEMES" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>Advanced features
<activity android:name="<...>" android:exported="true">
<intent-filter>
<action android:name="org.adw.launcher.THEMES" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="INSERT HERE FEATURE TAG" />
</intent-filter>
</activity>Declare Material You support
With the flag
Without the flag
Summary:
Specify custom Material Colors
When you define the colors
When you DON'T define the colors
Summary:
Fallback to Themed icons
With the flag
Without the flag
Ask our help
Last updated





