xref: /aosp_15_r20/frameworks/base/tests/AmSlam/AndroidManifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d57664e9SAndroid Build Coastguard Worker<!-- Copyright (C) 2016 The Android Open Source Project
3*d57664e9SAndroid Build Coastguard Worker
4*d57664e9SAndroid Build Coastguard Worker     Licensed under the Apache License, Version 2.0 (the "License");
5*d57664e9SAndroid Build Coastguard Worker     you may not use this file except in compliance with the License.
6*d57664e9SAndroid Build Coastguard Worker     You may obtain a copy of the License at
7*d57664e9SAndroid Build Coastguard Worker
8*d57664e9SAndroid Build Coastguard Worker          http://www.apache.org/licenses/LICENSE-2.0
9*d57664e9SAndroid Build Coastguard Worker
10*d57664e9SAndroid Build Coastguard Worker     Unless required by applicable law or agreed to in writing, software
11*d57664e9SAndroid Build Coastguard Worker     distributed under the License is distributed on an "AS IS" BASIS,
12*d57664e9SAndroid Build Coastguard Worker     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*d57664e9SAndroid Build Coastguard Worker     See the License for the specific language governing permissions and
14*d57664e9SAndroid Build Coastguard Worker     limitations under the License.
15*d57664e9SAndroid Build Coastguard Worker-->
16*d57664e9SAndroid Build Coastguard Worker
17*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18*d57664e9SAndroid Build Coastguard Worker     package="test.amslam">
19*d57664e9SAndroid Build Coastguard Worker
20*d57664e9SAndroid Build Coastguard Worker    <application android:allowBackup="false"
21*d57664e9SAndroid Build Coastguard Worker         android:icon="@mipmap/ic_launcher"
22*d57664e9SAndroid Build Coastguard Worker         android:label="@string/app_name"
23*d57664e9SAndroid Build Coastguard Worker         android:supportsRtl="true"
24*d57664e9SAndroid Build Coastguard Worker         android:theme="@style/AppTheme">
25*d57664e9SAndroid Build Coastguard Worker        <activity android:name=".MainActivity"
26*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
27*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
28*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
29*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
30*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
31*d57664e9SAndroid Build Coastguard Worker        </activity>
32*d57664e9SAndroid Build Coastguard Worker
33*d57664e9SAndroid Build Coastguard Worker        <receiver android:name=".PongReceiver"
34*d57664e9SAndroid Build Coastguard Worker             android:exported="false"/>
35*d57664e9SAndroid Build Coastguard Worker
36*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver000"
37*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
38*d57664e9SAndroid Build Coastguard Worker             android:process=":ping000"/>
39*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver001"
40*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
41*d57664e9SAndroid Build Coastguard Worker             android:process=":ping001"/>
42*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver002"
43*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
44*d57664e9SAndroid Build Coastguard Worker             android:process=":ping002"/>
45*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver003"
46*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
47*d57664e9SAndroid Build Coastguard Worker             android:process=":ping003"/>
48*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver004"
49*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
50*d57664e9SAndroid Build Coastguard Worker             android:process=":ping004"/>
51*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver005"
52*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
53*d57664e9SAndroid Build Coastguard Worker             android:process=":ping005"/>
54*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver006"
55*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
56*d57664e9SAndroid Build Coastguard Worker             android:process=":ping006"/>
57*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver007"
58*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
59*d57664e9SAndroid Build Coastguard Worker             android:process=":ping007"/>
60*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver008"
61*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
62*d57664e9SAndroid Build Coastguard Worker             android:process=":ping008"/>
63*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver009"
64*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
65*d57664e9SAndroid Build Coastguard Worker             android:process=":ping009"/>
66*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver010"
67*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
68*d57664e9SAndroid Build Coastguard Worker             android:process=":ping010"/>
69*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver011"
70*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
71*d57664e9SAndroid Build Coastguard Worker             android:process=":ping011"/>
72*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver012"
73*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
74*d57664e9SAndroid Build Coastguard Worker             android:process=":ping012"/>
75*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver013"
76*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
77*d57664e9SAndroid Build Coastguard Worker             android:process=":ping013"/>
78*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver014"
79*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
80*d57664e9SAndroid Build Coastguard Worker             android:process=":ping014"/>
81*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver015"
82*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
83*d57664e9SAndroid Build Coastguard Worker             android:process=":ping015"/>
84*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver016"
85*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
86*d57664e9SAndroid Build Coastguard Worker             android:process=":ping016"/>
87*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver017"
88*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
89*d57664e9SAndroid Build Coastguard Worker             android:process=":ping017"/>
90*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver018"
91*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
92*d57664e9SAndroid Build Coastguard Worker             android:process=":ping018"/>
93*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver019"
94*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
95*d57664e9SAndroid Build Coastguard Worker             android:process=":ping019"/>
96*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver020"
97*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
98*d57664e9SAndroid Build Coastguard Worker             android:process=":ping020"/>
99*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver021"
100*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
101*d57664e9SAndroid Build Coastguard Worker             android:process=":ping021"/>
102*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver022"
103*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
104*d57664e9SAndroid Build Coastguard Worker             android:process=":ping022"/>
105*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver023"
106*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
107*d57664e9SAndroid Build Coastguard Worker             android:process=":ping023"/>
108*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver024"
109*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
110*d57664e9SAndroid Build Coastguard Worker             android:process=":ping024"/>
111*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver025"
112*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
113*d57664e9SAndroid Build Coastguard Worker             android:process=":ping025"/>
114*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver026"
115*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
116*d57664e9SAndroid Build Coastguard Worker             android:process=":ping026"/>
117*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver027"
118*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
119*d57664e9SAndroid Build Coastguard Worker             android:process=":ping027"/>
120*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver028"
121*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
122*d57664e9SAndroid Build Coastguard Worker             android:process=":ping028"/>
123*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver029"
124*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
125*d57664e9SAndroid Build Coastguard Worker             android:process=":ping029"/>
126*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver030"
127*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
128*d57664e9SAndroid Build Coastguard Worker             android:process=":ping030"/>
129*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver031"
130*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
131*d57664e9SAndroid Build Coastguard Worker             android:process=":ping031"/>
132*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver032"
133*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
134*d57664e9SAndroid Build Coastguard Worker             android:process=":ping032"/>
135*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver033"
136*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
137*d57664e9SAndroid Build Coastguard Worker             android:process=":ping033"/>
138*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver034"
139*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
140*d57664e9SAndroid Build Coastguard Worker             android:process=":ping034"/>
141*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver035"
142*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
143*d57664e9SAndroid Build Coastguard Worker             android:process=":ping035"/>
144*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver036"
145*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
146*d57664e9SAndroid Build Coastguard Worker             android:process=":ping036"/>
147*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver037"
148*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
149*d57664e9SAndroid Build Coastguard Worker             android:process=":ping037"/>
150*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver038"
151*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
152*d57664e9SAndroid Build Coastguard Worker             android:process=":ping038"/>
153*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver039"
154*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
155*d57664e9SAndroid Build Coastguard Worker             android:process=":ping039"/>
156*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver040"
157*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
158*d57664e9SAndroid Build Coastguard Worker             android:process=":ping040"/>
159*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver041"
160*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
161*d57664e9SAndroid Build Coastguard Worker             android:process=":ping041"/>
162*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver042"
163*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
164*d57664e9SAndroid Build Coastguard Worker             android:process=":ping042"/>
165*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver043"
166*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
167*d57664e9SAndroid Build Coastguard Worker             android:process=":ping043"/>
168*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver044"
169*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
170*d57664e9SAndroid Build Coastguard Worker             android:process=":ping044"/>
171*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver045"
172*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
173*d57664e9SAndroid Build Coastguard Worker             android:process=":ping045"/>
174*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver046"
175*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
176*d57664e9SAndroid Build Coastguard Worker             android:process=":ping046"/>
177*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver047"
178*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
179*d57664e9SAndroid Build Coastguard Worker             android:process=":ping047"/>
180*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver048"
181*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
182*d57664e9SAndroid Build Coastguard Worker             android:process=":ping048"/>
183*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver049"
184*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
185*d57664e9SAndroid Build Coastguard Worker             android:process=":ping049"/>
186*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver050"
187*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
188*d57664e9SAndroid Build Coastguard Worker             android:process=":ping050"/>
189*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver051"
190*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
191*d57664e9SAndroid Build Coastguard Worker             android:process=":ping051"/>
192*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver052"
193*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
194*d57664e9SAndroid Build Coastguard Worker             android:process=":ping052"/>
195*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver053"
196*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
197*d57664e9SAndroid Build Coastguard Worker             android:process=":ping053"/>
198*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver054"
199*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
200*d57664e9SAndroid Build Coastguard Worker             android:process=":ping054"/>
201*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver055"
202*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
203*d57664e9SAndroid Build Coastguard Worker             android:process=":ping055"/>
204*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver056"
205*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
206*d57664e9SAndroid Build Coastguard Worker             android:process=":ping056"/>
207*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver057"
208*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
209*d57664e9SAndroid Build Coastguard Worker             android:process=":ping057"/>
210*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver058"
211*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
212*d57664e9SAndroid Build Coastguard Worker             android:process=":ping058"/>
213*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver059"
214*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
215*d57664e9SAndroid Build Coastguard Worker             android:process=":ping059"/>
216*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver060"
217*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
218*d57664e9SAndroid Build Coastguard Worker             android:process=":ping060"/>
219*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver061"
220*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
221*d57664e9SAndroid Build Coastguard Worker             android:process=":ping061"/>
222*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver062"
223*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
224*d57664e9SAndroid Build Coastguard Worker             android:process=":ping062"/>
225*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver063"
226*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
227*d57664e9SAndroid Build Coastguard Worker             android:process=":ping063"/>
228*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver064"
229*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
230*d57664e9SAndroid Build Coastguard Worker             android:process=":ping064"/>
231*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver065"
232*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
233*d57664e9SAndroid Build Coastguard Worker             android:process=":ping065"/>
234*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver066"
235*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
236*d57664e9SAndroid Build Coastguard Worker             android:process=":ping066"/>
237*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver067"
238*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
239*d57664e9SAndroid Build Coastguard Worker             android:process=":ping067"/>
240*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver068"
241*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
242*d57664e9SAndroid Build Coastguard Worker             android:process=":ping068"/>
243*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver069"
244*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
245*d57664e9SAndroid Build Coastguard Worker             android:process=":ping069"/>
246*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver070"
247*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
248*d57664e9SAndroid Build Coastguard Worker             android:process=":ping070"/>
249*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver071"
250*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
251*d57664e9SAndroid Build Coastguard Worker             android:process=":ping071"/>
252*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver072"
253*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
254*d57664e9SAndroid Build Coastguard Worker             android:process=":ping072"/>
255*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver073"
256*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
257*d57664e9SAndroid Build Coastguard Worker             android:process=":ping073"/>
258*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver074"
259*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
260*d57664e9SAndroid Build Coastguard Worker             android:process=":ping074"/>
261*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver075"
262*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
263*d57664e9SAndroid Build Coastguard Worker             android:process=":ping075"/>
264*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver076"
265*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
266*d57664e9SAndroid Build Coastguard Worker             android:process=":ping076"/>
267*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver077"
268*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
269*d57664e9SAndroid Build Coastguard Worker             android:process=":ping077"/>
270*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver078"
271*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
272*d57664e9SAndroid Build Coastguard Worker             android:process=":ping078"/>
273*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver079"
274*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
275*d57664e9SAndroid Build Coastguard Worker             android:process=":ping079"/>
276*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver080"
277*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
278*d57664e9SAndroid Build Coastguard Worker             android:process=":ping080"/>
279*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver081"
280*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
281*d57664e9SAndroid Build Coastguard Worker             android:process=":ping081"/>
282*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver082"
283*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
284*d57664e9SAndroid Build Coastguard Worker             android:process=":ping082"/>
285*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver083"
286*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
287*d57664e9SAndroid Build Coastguard Worker             android:process=":ping083"/>
288*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver084"
289*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
290*d57664e9SAndroid Build Coastguard Worker             android:process=":ping084"/>
291*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver085"
292*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
293*d57664e9SAndroid Build Coastguard Worker             android:process=":ping085"/>
294*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver086"
295*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
296*d57664e9SAndroid Build Coastguard Worker             android:process=":ping086"/>
297*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver087"
298*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
299*d57664e9SAndroid Build Coastguard Worker             android:process=":ping087"/>
300*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver088"
301*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
302*d57664e9SAndroid Build Coastguard Worker             android:process=":ping088"/>
303*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver089"
304*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
305*d57664e9SAndroid Build Coastguard Worker             android:process=":ping089"/>
306*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver090"
307*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
308*d57664e9SAndroid Build Coastguard Worker             android:process=":ping090"/>
309*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver091"
310*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
311*d57664e9SAndroid Build Coastguard Worker             android:process=":ping091"/>
312*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver092"
313*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
314*d57664e9SAndroid Build Coastguard Worker             android:process=":ping092"/>
315*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver093"
316*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
317*d57664e9SAndroid Build Coastguard Worker             android:process=":ping093"/>
318*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver094"
319*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
320*d57664e9SAndroid Build Coastguard Worker             android:process=":ping094"/>
321*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver095"
322*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
323*d57664e9SAndroid Build Coastguard Worker             android:process=":ping095"/>
324*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver096"
325*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
326*d57664e9SAndroid Build Coastguard Worker             android:process=":ping096"/>
327*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver097"
328*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
329*d57664e9SAndroid Build Coastguard Worker             android:process=":ping097"/>
330*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver098"
331*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
332*d57664e9SAndroid Build Coastguard Worker             android:process=":ping098"/>
333*d57664e9SAndroid Build Coastguard Worker        <service android:name=".subreceivers.PingReceiver099"
334*d57664e9SAndroid Build Coastguard Worker             android:exported="false"
335*d57664e9SAndroid Build Coastguard Worker             android:process=":ping099"/>
336*d57664e9SAndroid Build Coastguard Worker    </application>
337*d57664e9SAndroid Build Coastguard Worker
338*d57664e9SAndroid Build Coastguard Worker</manifest>
339