File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/com/android/launcher3/lineage/icon Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,20 @@ private Set<IconPackInfo> getAvailableIconPacks(Context context) {
110
110
new Intent ("com.novalauncher.THEME" ), 0 ));
111
111
eligiblePacks .addAll (pm .queryIntentActivities (
112
112
new Intent ("org.adw.launcher.icons.ACTION_PICK_ICON" ), 0 ));
113
+ eligiblePacks .addAll (pm .queryIntentActivities (
114
+ new Intent ("com.dlto.atom.launcher.THEME" ), 0 ));
115
+ eligiblePacks .addAll (pm .queryIntentActivities (
116
+ new Intent ("android.intent.action.MAIN" ).addCategory ("com.anddoes.launcher.THEME" ), 0 ));
117
+ eligiblePacks .addAll (pm .queryIntentActivities (
118
+ new Intent ("com.fede.launcher.THEME_ICONPACK" ), 0 ));
119
+ eligiblePacks .addAll (pm .queryIntentActivities (
120
+ new Intent ("com.anddoes.launcher.THEME" ), 0 ));
121
+ eligiblePacks .addAll (pm .queryIntentActivities (
122
+ new Intent ("com.teslacoilsw.launcher.THEME" ), 0 ));
123
+ eligiblePacks .addAll (pm .queryIntentActivities (
124
+ new Intent ("com.gau.go.launcherex.theme" ), 0 ));
125
+ eligiblePacks .addAll (pm .queryIntentActivities (
126
+ new Intent ("org.adw.launcher.THEMES" ), 0 ));
113
127
114
128
// Add default
115
129
final String defaultLabel = context .getString (R .string .icon_pack_default_label );
You can’t perform that action at this time.
0 commit comments