Skip to content

Commit 9d033ef

Browse files
BAProductionsSirRGB
authored andcommitted
icon: Expanding eligiblePacks
add icon pack identifier where taking form https://github.com/amirzaidi/Shade/blob/p/shade/src/amirz/shade/icons/pack/IconPackManager.java#LL31C1-L39C7
1 parent 14d48fc commit 9d033ef

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/com/android/launcher3/lineage/icon/IconPackSettingsFragment.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,20 @@ private Set<IconPackInfo> getAvailableIconPacks(Context context) {
110110
new Intent("com.novalauncher.THEME"), 0));
111111
eligiblePacks.addAll(pm.queryIntentActivities(
112112
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));
113127

114128
// Add default
115129
final String defaultLabel = context.getString(R.string.icon_pack_default_label);

0 commit comments

Comments
 (0)