11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
33
4- <application
5- android:allowBackup=" false"
6- android:icon=" @mipmap/ic_launcher_icon_pack"
7- android:label=" @string/app_name"
8- android:supportsRtl=" true" >
9- <activity
10- android:name=" .MainActivity"
11- android:exported=" true" >
12- <intent-filter >
13- <action android : name =" org.adw.launcher.THEMES" />
14- <category android : name =" android.intent.category.DEFAULT" />
15- </intent-filter >
16- <intent-filter >
17- <action android : name =" org.adw.launcher.icons.ACTION_PICK_ICON" />
18- <category android : name =" android.intent.category.DEFAULT" />
19- </intent-filter >
20- <!-- Apex Launcher -->
21- <intent-filter >
22- <action android : name =" android.intent.action.MAIN" />
23- <category android : name =" com.anddoes.launcher.THEME" />
24- </intent-filter >
25- <!-- Atom Launcher -->
26- <intent-filter >
27- <action android : name =" com.dlto.atom.launcher.THEME" />
28- </intent-filter >
29- <!-- GO Launcher -->
30- <intent-filter >
31- <action android : name =" android.intent.action.MAIN" />
32- <action android : name =" com.gau.go.launcherex.theme" />
4+ <application
5+ android : allowBackup =" false"
6+ android : icon =" @mipmap/ic_launcher_icon_pack"
7+ android : label =" @string/app_name"
8+ android : supportsRtl =" true" >
9+ <activity
10+ android : name =" .MainActivity"
11+ android : exported =" true" >
12+ <intent-filter >
13+ <action android : name =" org.adw.launcher.THEMES" />
14+ <category android : name =" android.intent.category.DEFAULT" />
15+ </intent-filter >
16+ <intent-filter >
17+ <action android : name =" org.adw.launcher.icons.ACTION_PICK_ICON" />
18+ <category android : name =" android.intent.category.DEFAULT" />
19+ </intent-filter >
20+ <!-- Apex Launcher -->
21+ <intent-filter >
22+ <action android : name =" android.intent.action.MAIN" />
23+ <category android : name =" com.anddoes.launcher.THEME" />
24+ </intent-filter >
25+ <!-- Atom Launcher -->
26+ <intent-filter >
27+ <action android : name =" com.dlto.atom.launcher.THEME" />
28+ </intent-filter >
29+ <!-- GO Launcher -->
30+ <intent-filter >
31+ <action android : name =" android.intent.action.MAIN" />
32+ <action android : name =" com.gau.go.launcherex.theme" />
3333
34- <category android : name =" android.intent.category.DEFAULT" />
35- </intent-filter >
36- <intent-filter >
37- <action android : name =" com.gau.go.launcherex.theme" />
38- <action android : name =" com.zeroteam.zerolauncher.theme" />
39- <action android : name =" android.intent.action.MAIN" />
40- </intent-filter >
41- <intent-filter >
42- <action android : name =" com.gau.go.launcherex.theme" />
43- <action android : name =" android.intent.action.MAIN" />
34+ <category android : name =" android.intent.category.DEFAULT" />
35+ </intent-filter >
36+ <intent-filter >
37+ <action android : name =" com.gau.go.launcherex.theme" />
38+ <action android : name =" com.zeroteam.zerolauncher.theme" />
39+ <action android : name =" android.intent.action.MAIN" />
40+ </intent-filter >
41+ <intent-filter >
42+ <action android : name =" com.gau.go.launcherex.theme" />
43+ <action android : name =" android.intent.action.MAIN" />
4444
45- <category android : name =" android.intent.category.THEME_SCENE" />
46- <category android : name =" android.intent.category.DEFAULT" />
47- </intent-filter >
48- <!-- LauncherPro / Holo -->
49- <intent-filter >
50- <action android : name =" android.intent.action.MAIN" />
45+ <category android : name =" android.intent.category.THEME_SCENE" />
46+ <category android : name =" android.intent.category.DEFAULT" />
47+ </intent-filter >
48+ <!-- LauncherPro / Holo -->
49+ <intent-filter >
50+ <action android : name =" android.intent.action.MAIN" />
5151
52- <category android : name =" com.fede.launcher.THEME_ICONPACK" />
53- </intent-filter >
54- <!-- Next Launcher -->
55- <intent-filter >
56- <action android : name =" com.gtp.nextlauncher.theme" />
57- <category android : name =" android.intent.category.DEFAULT" />
58- </intent-filter >
59- <intent-filter >
60- <action android : name =" com.gtp.nextlauncher.MAIN" />
61- <category android : name =" android.intent.category.DEFAULT" />
62- </intent-filter >
63- <intent-filter >
64- <action android : name =" com.gtp.nextlauncher.trial.MAIN" />
65- <category android : name =" android.intent.category.DEFAULT" />
66- </intent-filter >
67- <!-- Nine Launcher -->
68- <intent-filter >
69- <action android : name =" com.gridappsinc.launcher.theme.apk_action" />
70- <category android : name =" android.intent.category.DEFAULT" />
71- </intent-filter >
72- <!-- Nova Launcher-->
73- <intent-filter >
74- <action android : name =" android.intent.action.MAIN" />
75- <category android : name =" com.teslacoilsw.launcher.THEME" />
76- </intent-filter >
77- <intent-filter >
78- <action android : name =" com.novalauncher.THEME" />
79- <category android : name =" com.novalauncher.category.CUSTOM_ICON_PICKER" />
80- </intent-filter >
81- <!-- Lawnchair -->
82- <intent-filter >
83- <action android : name =" ch.deletescape.lawnchair.ICONPACK" />
84- <category android : name =" ch.deletescape.lawnchair.PICK_ICON" />
85- </intent-filter >
86- <!-- LG Home -->
87- <intent-filter >
88- <action android : name =" android.intent.action.MAIN" />
89- <action android : name =" com.lge.launcher2.THEME" />
52+ <category android : name =" com.fede.launcher.THEME_ICONPACK" />
53+ </intent-filter >
54+ <!-- Next Launcher -->
55+ <intent-filter >
56+ <action android : name =" com.gtp.nextlauncher.theme" />
57+ <category android : name =" android.intent.category.DEFAULT" />
58+ </intent-filter >
59+ <intent-filter >
60+ <action android : name =" com.gtp.nextlauncher.MAIN" />
61+ <category android : name =" android.intent.category.DEFAULT" />
62+ </intent-filter >
63+ <intent-filter >
64+ <action android : name =" com.gtp.nextlauncher.trial.MAIN" />
65+ <category android : name =" android.intent.category.DEFAULT" />
66+ </intent-filter >
67+ <!-- Nine Launcher -->
68+ <intent-filter >
69+ <action android : name =" com.gridappsinc.launcher.theme.apk_action" />
70+ <category android : name =" android.intent.category.DEFAULT" />
71+ </intent-filter >
72+ <!-- Nova Launcher-->
73+ <intent-filter >
74+ <action android : name =" android.intent.action.MAIN" />
75+ <category android : name =" com.teslacoilsw.launcher.THEME" />
76+ </intent-filter >
77+ <intent-filter >
78+ <action android : name =" com.novalauncher.THEME" />
79+ <category android : name =" com.novalauncher.category.CUSTOM_ICON_PICKER" />
80+ </intent-filter >
81+ <!-- Lawnchair -->
82+ <intent-filter >
83+ <action android : name =" ch.deletescape.lawnchair.ICONPACK" />
84+ <category android : name =" ch.deletescape.lawnchair.PICK_ICON" />
85+ </intent-filter >
86+ <!-- LG Home -->
87+ <intent-filter >
88+ <action android : name =" android.intent.action.MAIN" />
89+ <action android : name =" com.lge.launcher2.THEME" />
9090
91- <category android : name =" android.intent.category.DEFAULT" />
92- </intent-filter >
93- <!-- OnePlus Launcher -->
94- <intent-filter >
95- <action android : name =" net.oneplus.launcher.icons.ACTION_PICK_ICON" />
96- <category android : name =" android.intent.category.DEFAULT" />
97- </intent-filter >
98- <!-- Smart Launcher -->
99- <intent-filter >
100- <action android : name =" ginlemon.smartlauncher.THEMES" />
101- <action android : name =" ginlemon.smartlauncher.BUBBLESTYLE" />
102- <action android : name =" ginlemon.smartlauncher.BUBBLEICONS" />
103- <action android : name =" ginlemon.smartlauncher.CLOCKS" />
104- <action android : name =" ginlemon.smartlauncher.CLOCKFONTS" />
91+ <category android : name =" android.intent.category.DEFAULT" />
92+ </intent-filter >
93+ <!-- OnePlus Launcher -->
94+ <intent-filter >
95+ <action android : name =" net.oneplus.launcher.icons.ACTION_PICK_ICON" />
96+ <category android : name =" android.intent.category.DEFAULT" />
97+ </intent-filter >
98+ <!-- Smart Launcher -->
99+ <intent-filter >
100+ <action android : name =" ginlemon.smartlauncher.THEMES" />
101+ <action android : name =" ginlemon.smartlauncher.BUBBLESTYLE" />
102+ <action android : name =" ginlemon.smartlauncher.BUBBLEICONS" />
103+ <action android : name =" ginlemon.smartlauncher.CLOCKS" />
104+ <action android : name =" ginlemon.smartlauncher.CLOCKFONTS" />
105105
106- <category android : name =" android.intent.category.DEFAULT" />
107- </intent-filter >
108- <!-- Solo Launcher -->
109- <intent-filter >
110- <action android : name =" android.intent.action.MAIN" />
111- <action android : name =" home.solo.launcher.free.THEMES" />
112- <action android : name =" home.solo.launcher.free.ACTION_ICON" />
113- </intent-filter >
114- <!-- Sony Launcher -->
115- <intent-filter >
116- <action android : name =" com.sonymobile.home.ICON_PACK" />
117- <category android : name =" android.intent.category.DEFAULT" />
118- </intent-filter >
119- <!-- TSF Shell -->
120- <intent-filter >
121- <action android : name =" android.intent.action.MAIN" />
122- <action android : name =" com.tsf.shell.themes" />
106+ <category android : name =" android.intent.category.DEFAULT" />
107+ </intent-filter >
108+ <!-- Solo Launcher -->
109+ <intent-filter >
110+ <action android : name =" android.intent.action.MAIN" />
111+ <action android : name =" home.solo.launcher.free.THEMES" />
112+ <action android : name =" home.solo.launcher.free.ACTION_ICON" />
113+ </intent-filter >
114+ <!-- Sony Launcher -->
115+ <intent-filter >
116+ <action android : name =" com.sonymobile.home.ICON_PACK" />
117+ <category android : name =" android.intent.category.DEFAULT" />
118+ </intent-filter >
119+ <!-- TSF Shell -->
120+ <intent-filter >
121+ <action android : name =" android.intent.action.MAIN" />
122+ <action android : name =" com.tsf.shell.themes" />
123123
124- <category android : name =" android.intent.category.DEFAULT" />
125- </intent-filter >
126- <!-- Turbo Launcher -->
127- <intent-filter >
128- <action android : name =" com.phonemetra.turbo.launcher.THEMES" />
129- <category android : name =" android.intent.category.DEFAULT" />
130- </intent-filter >
131- <intent-filter >
132- <action android : name =" com.phonemetra.turbo.launcher.icons.ACTION_PICK_ICON" />
133- <category android : name =" android.intent.category.DEFAULT" />
134- </intent-filter >
135- <!-- Xperia Home Launcher -->
136- <intent-filter >
137- <action android : name =" com.sonymobile.home.ICON_PACK" />
138- <category android : name =" android.intent.category.DEFAULT" />
139- </intent-filter >
140- <!-- Random launchers -->
141- <intent-filter >
142- <action android : name =" android.intent.action.MAIN" />
143- <action android : name =" org.adw.launcher.THEMES" />
144- <action android : name =" mobi.bbase.ahome.THEME" />
145- <action android : name =" com.rogro.GDE.THEME.1" />
146- <action android : name =" com.android.dxtop.launcher.THEME" />
124+ <category android : name =" android.intent.category.DEFAULT" />
125+ </intent-filter >
126+ <!-- Turbo Launcher -->
127+ <intent-filter >
128+ <action android : name =" com.phonemetra.turbo.launcher.THEMES" />
129+ <category android : name =" android.intent.category.DEFAULT" />
130+ </intent-filter >
131+ <intent-filter >
132+ <action android : name =" com.phonemetra.turbo.launcher.icons.ACTION_PICK_ICON" />
133+ <category android : name =" android.intent.category.DEFAULT" />
134+ </intent-filter >
135+ <!-- Xperia Home Launcher -->
136+ <intent-filter >
137+ <action android : name =" com.sonymobile.home.ICON_PACK" />
138+ <category android : name =" android.intent.category.DEFAULT" />
139+ </intent-filter >
140+ <!-- Random launchers -->
141+ <intent-filter >
142+ <action android : name =" android.intent.action.MAIN" />
143+ <action android : name =" org.adw.launcher.THEMES" />
144+ <action android : name =" mobi.bbase.ahome.THEME" />
145+ <action android : name =" com.rogro.GDE.THEME.1" />
146+ <action android : name =" com.android.dxtop.launcher.THEME" />
147147
148- <category android : name =" com.fede.launcher.THEME_ICONPACK" />
149- <category android : name =" android.intent.category.DEFAULT" />
150- </intent-filter >
151- <intent-filter >
152- <action android : name =" org.adw.launcher.icons.ACTION_PICK_ICON" />
153- <action android : name =" mobi.bbase.ahome.THEME" />
154- <action android : name =" com.rogro.GDE.THEME.1" />
148+ <category android : name =" com.fede.launcher.THEME_ICONPACK" />
149+ <category android : name =" android.intent.category.DEFAULT" />
150+ </intent-filter >
151+ <intent-filter >
152+ <action android : name =" org.adw.launcher.icons.ACTION_PICK_ICON" />
153+ <action android : name =" mobi.bbase.ahome.THEME" />
154+ <action android : name =" com.rogro.GDE.THEME.1" />
155155
156- <category android : name =" android.intent.category.DEFAULT" />
157- </intent-filter >
158- <intent-filter >
159- <action android : name =" cdproductions.crazyicons.TWO" />
156+ <category android : name =" android.intent.category.DEFAULT" />
157+ </intent-filter >
158+ <intent-filter >
159+ <action android : name =" cdproductions.crazyicons.TWO" />
160160
161- <category android : name =" android.intent.category.DEFAULT" />
162- </intent-filter >
163- </activity >
164- </application >
161+ <category android : name =" android.intent.category.DEFAULT" />
162+ </intent-filter >
163+ </activity >
164+ </application >
165165</manifest >
0 commit comments