xref: /aosp_15_r20/frameworks/base/tests/LotsOfApps/AndroidManifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d57664e9SAndroid Build Coastguard Worker
3*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4*d57664e9SAndroid Build Coastguard Worker     package="com.android.lotsofapps">
5*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.DEVICE_POWER"/>
6*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.WAKE_LOCK"/>
7*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.STATUS_BAR"/>
8*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.EXPAND_STATUS_BAR"/>
9*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.VIBRATE"/>
10*d57664e9SAndroid Build Coastguard Worker
11*d57664e9SAndroid Build Coastguard Worker    <application>
12*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity00"
13*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_add_folder"
14*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
15*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
16*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
17*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
18*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
19*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
20*d57664e9SAndroid Build Coastguard Worker        </activity>
21*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity01"
22*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_alarmclock"
23*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
24*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
25*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
26*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
27*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
28*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
29*d57664e9SAndroid Build Coastguard Worker        </activity>
30*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity02"
31*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_application"
32*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
33*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
34*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
35*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
36*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
37*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
38*d57664e9SAndroid Build Coastguard Worker        </activity>
39*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity03"
40*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_browser"
41*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
42*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
43*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
44*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
45*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
46*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
47*d57664e9SAndroid Build Coastguard Worker        </activity>
48*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity04"
49*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_camera"
50*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
51*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
52*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
53*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
54*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
55*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
56*d57664e9SAndroid Build Coastguard Worker        </activity>
57*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity05"
58*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_camera_record"
59*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
60*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
61*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
62*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
63*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
64*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
65*d57664e9SAndroid Build Coastguard Worker        </activity>
66*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity06"
67*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_contacts"
68*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
69*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
70*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
71*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
72*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
73*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
74*d57664e9SAndroid Build Coastguard Worker        </activity>
75*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity07"
76*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_drm_file"
77*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
78*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
79*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
80*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
81*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
82*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
83*d57664e9SAndroid Build Coastguard Worker        </activity>
84*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity08"
85*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder"
86*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
87*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
88*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
89*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
90*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
91*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
92*d57664e9SAndroid Build Coastguard Worker        </activity>
93*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity09"
94*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_bluetooth"
95*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
96*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
97*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
98*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
99*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
100*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
101*d57664e9SAndroid Build Coastguard Worker        </activity>
102*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity10"
103*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live"
104*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
105*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
106*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
107*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
108*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
109*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
110*d57664e9SAndroid Build Coastguard Worker        </activity>
111*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity11"
112*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live_contacts"
113*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
114*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
115*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
116*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
117*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
118*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
119*d57664e9SAndroid Build Coastguard Worker        </activity>
120*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity12"
121*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live_contacts_phone"
122*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
123*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
124*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
125*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
126*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
127*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
128*d57664e9SAndroid Build Coastguard Worker        </activity>
129*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity13"
130*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live_contacts_starred"
131*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
132*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
133*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
134*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
135*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
136*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
137*d57664e9SAndroid Build Coastguard Worker        </activity>
138*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity14"
139*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_open"
140*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
141*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
142*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
143*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
144*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
145*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
146*d57664e9SAndroid Build Coastguard Worker        </activity>
147*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity15"
148*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_gallery"
149*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
150*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
151*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
152*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
153*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
154*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
155*d57664e9SAndroid Build Coastguard Worker        </activity>
156*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity16"
157*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_home"
158*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
159*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
160*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
161*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
162*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
163*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
164*d57664e9SAndroid Build Coastguard Worker        </activity>
165*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity17"
166*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_im"
167*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
168*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
169*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
170*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
171*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
172*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
173*d57664e9SAndroid Build Coastguard Worker        </activity>
174*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity18"
175*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_musicplayer_2"
176*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
177*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
178*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
179*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
180*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
181*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
182*d57664e9SAndroid Build Coastguard Worker        </activity>
183*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity19"
184*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_phone"
185*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
186*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
187*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
188*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
189*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
190*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
191*d57664e9SAndroid Build Coastguard Worker        </activity>
192*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity20"
193*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_record_audio"
194*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
195*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
196*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
197*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
198*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
199*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
200*d57664e9SAndroid Build Coastguard Worker        </activity>
201*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity21"
202*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_settings"
203*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
204*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
205*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
206*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
207*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
208*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
209*d57664e9SAndroid Build Coastguard Worker        </activity>
210*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity22"
211*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut"
212*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
213*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
214*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
215*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
216*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
217*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
218*d57664e9SAndroid Build Coastguard Worker        </activity>
219*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity23"
220*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut_browser_bookmark"
221*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
222*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
223*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
224*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
225*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
226*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
227*d57664e9SAndroid Build Coastguard Worker        </activity>
228*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity24"
229*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_contacts"
230*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
231*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
232*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
233*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
234*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
235*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
236*d57664e9SAndroid Build Coastguard Worker        </activity>
237*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity25"
238*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut_directdial"
239*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
240*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
241*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
242*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
243*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
244*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
245*d57664e9SAndroid Build Coastguard Worker        </activity>
246*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity26"
247*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut_directmessage"
248*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
249*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
250*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
251*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
252*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
253*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
254*d57664e9SAndroid Build Coastguard Worker        </activity>
255*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity27"
256*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_browser"
257*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
258*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
259*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
260*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
261*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
262*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
263*d57664e9SAndroid Build Coastguard Worker        </activity>
264*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity28"
265*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_sim_toolkit"
266*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
267*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
268*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
269*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
270*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
271*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
272*d57664e9SAndroid Build Coastguard Worker        </activity>
273*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity29"
274*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_slideshow_add_sms"
275*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
276*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
277*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
278*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
279*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
280*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
281*d57664e9SAndroid Build Coastguard Worker        </activity>
282*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity20"
283*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_slideshow_default_sms"
284*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
285*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
286*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
287*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
288*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
289*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
290*d57664e9SAndroid Build Coastguard Worker        </activity>
291*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity31"
292*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_smsmms"
293*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
294*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
295*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
296*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
297*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
298*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
299*d57664e9SAndroid Build Coastguard Worker        </activity>
300*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity32"
301*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_soundrecorder"
302*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
303*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
304*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
305*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
306*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
307*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
308*d57664e9SAndroid Build Coastguard Worker        </activity>
309*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity33"
310*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_video_camera"
311*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
312*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
313*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
314*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
315*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
316*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
317*d57664e9SAndroid Build Coastguard Worker        </activity>
318*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity34"
319*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_video_player"
320*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
321*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
322*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
323*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
324*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
325*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
326*d57664e9SAndroid Build Coastguard Worker        </activity>
327*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity35"
328*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_wallpaper"
329*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
330*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
331*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
332*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
333*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
334*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
335*d57664e9SAndroid Build Coastguard Worker        </activity>
336*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity36"
337*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_im"
338*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
339*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
340*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
341*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
342*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
343*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
344*d57664e9SAndroid Build Coastguard Worker        </activity>
345*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity37"
346*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_musicplayer_2"
347*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
348*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
349*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
350*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
351*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
352*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
353*d57664e9SAndroid Build Coastguard Worker        </activity>
354*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity38"
355*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_phone"
356*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
357*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
358*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
359*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
360*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
361*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
362*d57664e9SAndroid Build Coastguard Worker        </activity>
363*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity39"
364*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_record_audio"
365*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
366*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
367*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
368*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
369*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
370*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
371*d57664e9SAndroid Build Coastguard Worker        </activity>
372*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity40"
373*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_settings"
374*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
375*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
376*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
377*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
378*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
379*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
380*d57664e9SAndroid Build Coastguard Worker        </activity>
381*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity41"
382*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut"
383*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
384*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
385*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
386*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
387*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
388*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
389*d57664e9SAndroid Build Coastguard Worker        </activity>
390*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity42"
391*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_sim_toolkit"
392*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
393*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
394*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
395*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
396*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
397*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
398*d57664e9SAndroid Build Coastguard Worker        </activity>
399*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity43"
400*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_smsmms"
401*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
402*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
403*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
404*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
405*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
406*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
407*d57664e9SAndroid Build Coastguard Worker        </activity>
408*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity44"
409*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_soundrecorder"
410*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
411*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
412*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
413*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
414*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
415*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
416*d57664e9SAndroid Build Coastguard Worker        </activity>
417*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity45"
418*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_video_camera"
419*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
420*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
421*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
422*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
423*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
424*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
425*d57664e9SAndroid Build Coastguard Worker        </activity>
426*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity46"
427*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_wallpaper"
428*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
429*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
430*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
431*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
432*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
433*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
434*d57664e9SAndroid Build Coastguard Worker        </activity>
435*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity47"
436*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_drm_file"
437*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
438*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
439*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
440*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
441*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
442*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
443*d57664e9SAndroid Build Coastguard Worker        </activity>
444*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity48"
445*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_contacts"
446*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
447*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
448*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
449*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
450*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
451*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
452*d57664e9SAndroid Build Coastguard Worker        </activity>
453*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity49"
454*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_drm_file"
455*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
456*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
457*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
458*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
459*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
460*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
461*d57664e9SAndroid Build Coastguard Worker        </activity>
462*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity50"
463*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_add_folder"
464*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
465*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
466*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
467*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
468*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
469*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
470*d57664e9SAndroid Build Coastguard Worker        </activity>
471*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity51"
472*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_alarmclock"
473*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
474*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
475*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
476*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
477*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
478*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
479*d57664e9SAndroid Build Coastguard Worker        </activity>
480*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity52"
481*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_application"
482*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
483*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
484*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
485*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
486*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
487*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
488*d57664e9SAndroid Build Coastguard Worker        </activity>
489*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity53"
490*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_browser"
491*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
492*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
493*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
494*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
495*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
496*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
497*d57664e9SAndroid Build Coastguard Worker        </activity>
498*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity54"
499*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_camera"
500*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
501*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
502*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
503*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
504*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
505*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
506*d57664e9SAndroid Build Coastguard Worker        </activity>
507*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity55"
508*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_camera_record"
509*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
510*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
511*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
512*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
513*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
514*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
515*d57664e9SAndroid Build Coastguard Worker        </activity>
516*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity56"
517*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_contacts"
518*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
519*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
520*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
521*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
522*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
523*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
524*d57664e9SAndroid Build Coastguard Worker        </activity>
525*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity57"
526*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_drm_file"
527*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
528*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
529*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
530*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
531*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
532*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
533*d57664e9SAndroid Build Coastguard Worker        </activity>
534*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity58"
535*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder"
536*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
537*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
538*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
539*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
540*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
541*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
542*d57664e9SAndroid Build Coastguard Worker        </activity>
543*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity59"
544*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_bluetooth"
545*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
546*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
547*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
548*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
549*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
550*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
551*d57664e9SAndroid Build Coastguard Worker        </activity>
552*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity60"
553*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live"
554*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
555*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
556*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
557*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
558*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
559*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
560*d57664e9SAndroid Build Coastguard Worker        </activity>
561*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity61"
562*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live_contacts"
563*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
564*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
565*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
566*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
567*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
568*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
569*d57664e9SAndroid Build Coastguard Worker        </activity>
570*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity62"
571*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live_contacts_phone"
572*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
573*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
574*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
575*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
576*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
577*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
578*d57664e9SAndroid Build Coastguard Worker        </activity>
579*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity63"
580*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_live_contacts_starred"
581*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
582*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
583*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
584*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
585*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
586*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
587*d57664e9SAndroid Build Coastguard Worker        </activity>
588*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity64"
589*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_folder_open"
590*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
591*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
592*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
593*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
594*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
595*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
596*d57664e9SAndroid Build Coastguard Worker        </activity>
597*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity65"
598*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_gallery"
599*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
600*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
601*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
602*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
603*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
604*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
605*d57664e9SAndroid Build Coastguard Worker        </activity>
606*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity66"
607*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_home"
608*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
609*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
610*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
611*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
612*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
613*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
614*d57664e9SAndroid Build Coastguard Worker        </activity>
615*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity67"
616*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_im"
617*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
618*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
619*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
620*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
621*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
622*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
623*d57664e9SAndroid Build Coastguard Worker        </activity>
624*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity68"
625*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_musicplayer_2"
626*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
627*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
628*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
629*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
630*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
631*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
632*d57664e9SAndroid Build Coastguard Worker        </activity>
633*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity69"
634*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_phone"
635*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
636*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
637*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
638*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
639*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
640*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
641*d57664e9SAndroid Build Coastguard Worker        </activity>
642*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity70"
643*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_record_audio"
644*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
645*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
646*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
647*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
648*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
649*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
650*d57664e9SAndroid Build Coastguard Worker        </activity>
651*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity71"
652*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_settings"
653*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
654*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
655*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
656*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
657*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
658*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
659*d57664e9SAndroid Build Coastguard Worker        </activity>
660*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity72"
661*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut"
662*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
663*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
664*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
665*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
666*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
667*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
668*d57664e9SAndroid Build Coastguard Worker        </activity>
669*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity73"
670*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut_browser_bookmark"
671*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
672*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
673*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
674*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
675*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
676*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
677*d57664e9SAndroid Build Coastguard Worker        </activity>
678*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity74"
679*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_contacts"
680*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
681*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
682*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
683*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
684*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
685*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
686*d57664e9SAndroid Build Coastguard Worker        </activity>
687*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity75"
688*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut_directdial"
689*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
690*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
691*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
692*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
693*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
694*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
695*d57664e9SAndroid Build Coastguard Worker        </activity>
696*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity76"
697*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut_directmessage"
698*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
699*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
700*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
701*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
702*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
703*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
704*d57664e9SAndroid Build Coastguard Worker        </activity>
705*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity77"
706*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_browser"
707*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
708*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
709*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
710*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
711*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
712*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
713*d57664e9SAndroid Build Coastguard Worker        </activity>
714*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity78"
715*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_sim_toolkit"
716*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
717*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
718*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
719*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
720*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
721*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
722*d57664e9SAndroid Build Coastguard Worker        </activity>
723*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity79"
724*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_slideshow_add_sms"
725*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
726*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
727*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
728*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
729*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
730*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
731*d57664e9SAndroid Build Coastguard Worker        </activity>
732*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity80"
733*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_slideshow_default_sms"
734*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
735*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
736*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
737*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
738*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
739*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
740*d57664e9SAndroid Build Coastguard Worker        </activity>
741*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity81"
742*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_smsmms"
743*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
744*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
745*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
746*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
747*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
748*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
749*d57664e9SAndroid Build Coastguard Worker        </activity>
750*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity82"
751*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_soundrecorder"
752*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
753*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
754*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
755*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
756*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
757*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
758*d57664e9SAndroid Build Coastguard Worker        </activity>
759*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity83"
760*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_video_camera"
761*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
762*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
763*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
764*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
765*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
766*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
767*d57664e9SAndroid Build Coastguard Worker        </activity>
768*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity84"
769*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_video_player"
770*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
771*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
772*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
773*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
774*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
775*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
776*d57664e9SAndroid Build Coastguard Worker        </activity>
777*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity85"
778*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_wallpaper"
779*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
780*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
781*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
782*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
783*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
784*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
785*d57664e9SAndroid Build Coastguard Worker        </activity>
786*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity86"
787*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_im"
788*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
789*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
790*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
791*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
792*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
793*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
794*d57664e9SAndroid Build Coastguard Worker        </activity>
795*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity87"
796*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_musicplayer_2"
797*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
798*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
799*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
800*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
801*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
802*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
803*d57664e9SAndroid Build Coastguard Worker        </activity>
804*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity88"
805*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_phone"
806*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
807*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
808*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
809*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
810*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
811*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
812*d57664e9SAndroid Build Coastguard Worker        </activity>
813*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity89"
814*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_record_audio"
815*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
816*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
817*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
818*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
819*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
820*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
821*d57664e9SAndroid Build Coastguard Worker        </activity>
822*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity90"
823*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_settings"
824*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
825*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
826*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
827*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
828*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
829*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
830*d57664e9SAndroid Build Coastguard Worker        </activity>
831*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity91"
832*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_shortcut"
833*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
834*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
835*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
836*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
837*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
838*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
839*d57664e9SAndroid Build Coastguard Worker        </activity>
840*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity92"
841*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_sim_toolkit"
842*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
843*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
844*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
845*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
846*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
847*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
848*d57664e9SAndroid Build Coastguard Worker        </activity>
849*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity93"
850*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_smsmms"
851*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
852*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
853*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
854*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
855*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
856*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
857*d57664e9SAndroid Build Coastguard Worker        </activity>
858*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity94"
859*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_soundrecorder"
860*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
861*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
862*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
863*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
864*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
865*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
866*d57664e9SAndroid Build Coastguard Worker        </activity>
867*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity95"
868*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_video_camera"
869*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
870*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
871*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
872*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
873*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
874*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
875*d57664e9SAndroid Build Coastguard Worker        </activity>
876*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity96"
877*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_wallpaper"
878*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
879*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
880*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
881*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
882*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
883*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
884*d57664e9SAndroid Build Coastguard Worker        </activity>
885*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity97"
886*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_drm_file"
887*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
888*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
889*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
890*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
891*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
892*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
893*d57664e9SAndroid Build Coastguard Worker        </activity>
894*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity98"
895*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_contacts"
896*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
897*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
898*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
899*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
900*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
901*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
902*d57664e9SAndroid Build Coastguard Worker        </activity>
903*d57664e9SAndroid Build Coastguard Worker        <activity android:name="com.android.lotsofapps.activity99"
904*d57664e9SAndroid Build Coastguard Worker             android:icon="@drawable/ic_launcher_drm_file"
905*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
906*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
907*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
908*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
909*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
910*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
911*d57664e9SAndroid Build Coastguard Worker        </activity>
912*d57664e9SAndroid Build Coastguard Worker    </application>
913*d57664e9SAndroid Build Coastguard Worker</manifest>
914