@@ -124,6 +124,40 @@ private Set<IconPackInfo> getAvailableIconPacks(Context context) {
124
124
new Intent ("com.gau.go.launcherex.theme" ), 0 ));
125
125
eligiblePacks .addAll (pm .queryIntentActivities (
126
126
new Intent ("org.adw.launcher.THEMES" ), 0 ));
127
+ eligiblePacks .addAll (pm .queryIntentActivities (
128
+ new Intent ("com.launcher.smart.theme" ), 0 ));
129
+ eligiblePacks .addAll (pm .queryIntentActivities (
130
+ new Intent ("com.gtp.nextlauncher.theme" ), 0 ));
131
+ eligiblePacks .addAll (pm .queryIntentActivities (
132
+ new Intent ("com.gridappsinc.launcher.theme.apk_action" ), 0 ));
133
+ eligiblePacks .addAll (pm .queryIntentActivities (
134
+ new Intent ("ch.deletescape.lawnchair.ICONPACK" ), 0 ));
135
+ eligiblePacks .addAll (pm .queryIntentActivities (
136
+ new Intent ("com.lge.launcher2.THEME" ), 0 ));
137
+ eligiblePacks .addAll (pm .queryIntentActivities (
138
+ new Intent ("net.oneplus.launcher.icons.ACTION_PICK_ICON" ), 0 ));
139
+ eligiblePacks .addAll (pm .queryIntentActivities (
140
+ new Intent ("ginlemon.smartlauncher.THEMES" ), 0 ));
141
+ eligiblePacks .addAll (pm .queryIntentActivities (
142
+ new Intent ("home.solo.launcher.free.THEMES" ), 0 ));
143
+ eligiblePacks .addAll (pm .queryIntentActivities (
144
+ new Intent ("home.solo.launcher.free.ACTION_ICON" ), 0 ));
145
+ eligiblePacks .addAll (pm .queryIntentActivities (
146
+ new Intent ("com.sonymobile.home.ICON_PACK" ), 0 ));
147
+ eligiblePacks .addAll (pm .queryIntentActivities (
148
+ new Intent ("com.tsf.shell.themes" ), 0 ));
149
+ eligiblePacks .addAll (pm .queryIntentActivities (
150
+ new Intent ("com.tsf.shell.themes" ), 0 ));
151
+ eligiblePacks .addAll (pm .queryIntentActivities (
152
+ new Intent ("com.phonemetra.turbo.launcher.THEMES" ), 0 ));
153
+ eligiblePacks .addAll (pm .queryIntentActivities (
154
+ new Intent ("com.phonemetra.turbo.launcher.icons.ACTION_PICK_ICON" ), 0 ));
155
+ eligiblePacks .addAll (pm .queryIntentActivities (
156
+ new Intent ("mobi.bbase.ahome.THEME" ), 0 ));
157
+ eligiblePacks .addAll (pm .queryIntentActivities (
158
+ new Intent ("com.rogro.GDE.THEME.1" ), 0 ));
159
+ eligiblePacks .addAll (pm .queryIntentActivities (
160
+ new Intent ("com.android.dxtop.launcher.THEME" ), 0 ));
127
161
128
162
// Add default
129
163
final String defaultLabel = context .getString (R .string .icon_pack_default_label );
0 commit comments