1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
chrome / android / expectations / monochrome_32_public_bundle__base.AndroidManifest.expected [blame]
<?xml version="1.0" ?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.chrome.stable"
platformBuildVersionCode="35"
platformBuildVersionName="15"
android:isolatedSplits="true"
android:versionCode="OFFSET=20"
android:versionName="#.#.#.#">
<permission android:name="$PACKAGE.TOS_ACKED" android:protectionLevel="signatureOrSystem"/>
<permission android:name="$PACKAGE.permission.C2D_MESSAGE" android:protectionLevel="signature"/>
<permission android:name="$PACKAGE.permission.CHILD_SERVICE" android:protectionLevel="signature"/>
<permission android:name="$PACKAGE.permission.DEBUG" android:label="Debug web pages" android:protectionLevel="signature"/>
<permission android:name="$PACKAGE.permission.READ_WRITE_BOOKMARK_FOLDERS" android:protectionLevel="signatureOrSystem"/>
<queries> # DIFF-ANCHOR: 9588fea7
<package android:name="com.google.ar.core"/>
</queries> # DIFF-ANCHOR: 9588fea7
<uses-feature android:glEsVersion="0x00020000"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
<uses-feature android:name="android.hardware.microphone" android:required="false"/>
<uses-feature android:name="android.hardware.screen.landscape" android:required="false"/>
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false"/>
<uses-feature android:name="android.hardware.sensor.gyroscope" android:required="false"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-feature android:name="android.hardware.vr.headtracking" android:required="false" android:version="1"/>
<uses-feature android:name="android.hardware.vr.high_performance" android:required="false"/>
<uses-feature android:name="android.software.vr.mode" android:required="false"/>
<uses-permission android:name="$PACKAGE.TOS_ACKED"/>
<uses-permission android:name="$PACKAGE.permission.C2D_MESSAGE"/>
<uses-permission android:name="$PACKAGE.permission.READ_WRITE_BOOKMARK_FOLDERS"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS"/>
<uses-permission android:name="android.permission.CREDENTIAL_MANAGER_SET_ALLOWED_PROVIDERS"/>
<uses-permission android:name="android.permission.CREDENTIAL_MANAGER_SET_ORIGIN"/>
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/>
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS"/>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.NFC"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:name="android.permission.RUN_USER_INITIATED_JOBS"/>
<uses-permission android:name="android.permission.USE_CREDENTIALS"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
<uses-permission android:name="com.chrome.permission.DEVICE_EXTRAS"/>
<uses-permission android:name="com.google.android.apps.now.CURRENT_ACCOUNT_ACCESS"/>
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<uses-permission-sdk-23 android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION"/>
<uses-permission-sdk-23 android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission-sdk-23 android:name="android.permission.BLUETOOTH"/>
<uses-permission-sdk-23 android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30"/>
<uses-permission-sdk-23 android:name="android.permission.BLUETOOTH_ADVERTISE"/>
<uses-permission-sdk-23 android:name="android.permission.BLUETOOTH_CONNECT"/>
<uses-permission-sdk-23 android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation"/>
<uses-permission-sdk-23 android:name="android.permission.HAND_TRACKING"/>
<uses-permission-sdk-23 android:name="android.permission.READ_CONTACTS"/>
<uses-permission-sdk-23 android:name="android.permission.READ_MEDIA_AUDIO"/>
<uses-permission-sdk-23 android:name="android.permission.READ_MEDIA_IMAGES"/>
<uses-permission-sdk-23 android:name="android.permission.READ_MEDIA_VIDEO"/>
<uses-permission-sdk-23 android:name="android.permission.REORDER_TASKS"/>
<uses-permission-sdk-23 android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<uses-permission-sdk-23 android:name="android.permission.SCENE_UNDERSTANDING"/>
<uses-permission-sdk-23 android:name="android.permission.USE_BIOMETRIC"/>
<uses-permission-sdk-23 android:name="android.permission.USE_FINGERPRINT"/>
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34"/>
<application
android:name="org.chromium.chrome.browser.base.SplitMonochromeApplication"
android:allowAudioPlaybackCapture="false"
android:allowBackup="false"
android:appComponentFactory="org.chromium.chrome.browser.base.SplitCompatAppComponentFactory"
android:enableOnBackInvokedCallback="true"
android:extractNativeLibs="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:largeHeap="false"
android:manageSpaceActivity="@string/manage_space_activity"
android:memtagMode="async"
android:multiArch="true"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@drawable/ic_launcher_round"
android:supportsRtl="true"
android:zygotePreloadName="org.chromium.content_public.app.ZygotePreload">
<activity # DIFF-ANCHOR: ea1a94af
android:name="com.google.android.gms.common.api.GoogleApiActivity"
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
</activity> # DIFF-ANCHOR: ea1a94af
<activity # DIFF-ANCHOR: a2bae37c
android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity"
android:exported="false"
android:stateNotNeeded="true"
android:theme="@style/Theme.PlayCore.Transparent">
</activity> # DIFF-ANCHOR: a2bae37c
<activity # DIFF-ANCHOR: a4438884
android:name="org.chromium.android_webview.devui.MainActivity"
android:exported="true"
android:icon="@drawable/icon_webview"
android:label="WebView DevTools"
android:launchMode="singleTask"
android:process=":webview_apk"
android:taskAffinity="$PACKAGE.org.chromium.android_webview.devui"
android:theme="@style/Theme.DevUi.DayNight"
android:visibleToInstantApps="true"
android:windowSoftInputMode="adjustPan">
<intent-filter> # DIFF-ANCHOR: a167e73d
<action android:name="com.android.webview.SHOW_DEV_UI"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter> # DIFF-ANCHOR: a167e73d
</activity> # DIFF-ANCHOR: a4438884
<activity # DIFF-ANCHOR: aeabab17
android:name="org.chromium.android_webview.nonembedded.LicenseActivity"
android:exported="true"
android:label="@string/license_activity_title"
android:process=":webview_apk">
<intent-filter> # DIFF-ANCHOR: 23298d3b
<action android:name="android.settings.WEBVIEW_LICENSE"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter> # DIFF-ANCHOR: 23298d3b
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" android:value="true"/>
</activity> # DIFF-ANCHOR: aeabab17
<activity-alias # DIFF-ANCHOR: da85c28e
android:name="org.chromium.android_webview.SafeModeState"
android:enabled="false"
android:process=":webview_apk"
android:targetActivity="org.chromium.android_webview.devui.MainActivity"
android:visibleToInstantApps="true">
</activity-alias> # DIFF-ANCHOR: da85c28e
<activity-alias # DIFF-ANCHOR: b7cc06e9
android:name="org.chromium.android_webview.devui.DeveloperModeState"
android:enabled="false"
android:process=":webview_apk"
android:targetActivity="org.chromium.android_webview.devui.MainActivity"
android:visibleToInstantApps="true">
</activity-alias> # DIFF-ANCHOR: b7cc06e9
<activity-alias # DIFF-ANCHOR: 32e34aba
android:name="org.chromium.android_webview.devui.MonochromeLauncherActivity"
android:enabled="false"
android:exported="true"
android:label="WebView DevTools"
android:targetActivity="org.chromium.android_webview.devui.MainActivity">
<intent-filter> # DIFF-ANCHOR: a5330430
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter> # DIFF-ANCHOR: a5330430
</activity-alias> # DIFF-ANCHOR: 32e34aba
<meta-data android:name="android.allow_multiple_resumed_activities" android:value="true"/>
<meta-data android:name="android.content.APP_RESTRICTIONS" android:resource="@xml/app_restrictions"/>
<meta-data android:name="com.android.webview.WebViewLibrary" android:value="libmonochrome.so"/>
<meta-data android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME" android:value="org.chromium.components.media_router.caf.CastOptionsProvider"/>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
<meta-data android:name="com.google.ar.core" android:value="optional"/>
<meta-data android:name="com.google.ar.core.load_32bit_so_from_split_module" android:value="optional"/>
<meta-data android:name="com.google.ar.core.min_apk_version" android:value="240920000"/>
<meta-data android:name="com.google.ar.core.session_settings" android:value="allow_front_facing_motion_tracking_6dof,"/>
<meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true"/>
<meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.enable" android:value="true"/>
<meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES" android:value="5"/>
<meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES" android:value="40"/>
<provider # DIFF-ANCHOR: d3ae412b
android:name="androidx.core.content.FileProvider"
android:authorities="$PACKAGE.net_logs_provider"
android:exported="false"
android:grantUriPermissions="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths"/>
</provider> # DIFF-ANCHOR: d3ae412b
<provider # DIFF-ANCHOR: a5e78e63
android:name="org.chromium.android_webview.nonembedded.LicenseContentProvider"
android:authorities="$PACKAGE.LicenseContentProvider"
android:exported="true"
android:grantUriPermissions="true"
android:process=":webview_apk">
</provider> # DIFF-ANCHOR: a5e78e63
<provider # DIFF-ANCHOR: bfe37944
android:name="org.chromium.android_webview.services.DeveloperModeContentProvider"
android:authorities="$PACKAGE.DeveloperModeContentProvider"
android:exported="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
</provider> # DIFF-ANCHOR: bfe37944
<provider # DIFF-ANCHOR: ecfff997
android:name="org.chromium.android_webview.services.SafeModeContentProvider"
android:authorities="$PACKAGE.SafeModeContentProvider"
android:exported="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
</provider> # DIFF-ANCHOR: ecfff997
<provider # DIFF-ANCHOR: c41df08d
android:name="org.chromium.android_webview.services.SafeModeVariationsSeedContentProvider"
android:authorities="$PACKAGE.SafeModeVariationsSeedContentProvider"
android:exported="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
</provider> # DIFF-ANCHOR: c41df08d
<provider # DIFF-ANCHOR: b73a881a
android:name="org.chromium.chrome.browser.download.DownloadFileProvider"
android:authorities="$PACKAGE.DownloadFileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
</provider> # DIFF-ANCHOR: b73a881a
<provider # DIFF-ANCHOR: 43f90318
android:name="org.chromium.chrome.browser.pdf.PdfContentProvider"
android:authorities="$PACKAGE.PdfContentProvider"
android:exported="false"
android:grantUriPermissions="true">
</provider> # DIFF-ANCHOR: 43f90318
<provider # DIFF-ANCHOR: f1c2d7e1
android:name="org.chromium.chrome.browser.provider.ChromeBrowserProvider"
android:authorities="$PACKAGE.ChromeBrowserProvider;$PACKAGE.browser;$PACKAGE"
android:exported="true">
<path-permission android:path="/bookmarks/search_suggest_query" android:readPermission="android.permission.GLOBAL_SEARCH"/>
</provider> # DIFF-ANCHOR: f1c2d7e1
<provider # DIFF-ANCHOR: 6e040436
android:name="org.chromium.chrome.browser.provider.PageContentProvider"
android:authorities="$PACKAGE.PageContentProvider"
android:exported="false"
android:grantUriPermissions="true">
</provider> # DIFF-ANCHOR: 6e040436
<provider # DIFF-ANCHOR: 67014fab
android:name="org.chromium.chrome.browser.util.ChromeFileProvider"
android:authorities="$PACKAGE.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
</provider> # DIFF-ANCHOR: 67014fab
<provider # DIFF-ANCHOR: cb51666f
android:name="org.chromium.ui.dragdrop.DropDataContentProvider"
android:authorities="$PACKAGE.DropDataProvider"
android:exported="false"
android:grantUriPermissions="true">
</provider> # DIFF-ANCHOR: cb51666f
<receiver # DIFF-ANCHOR: 0a6f8fa5
android:name="com.google.android.gms.cast.framework.media.MediaIntentReceiver"
android:exported="false">
</receiver> # DIFF-ANCHOR: 0a6f8fa5
<receiver # DIFF-ANCHOR: f1c9c29d
android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
android:exported="true"
android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter> # DIFF-ANCHOR: aae22013
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
</intent-filter> # DIFF-ANCHOR: aae22013
</receiver> # DIFF-ANCHOR: f1c9c29d
<receiver # DIFF-ANCHOR: c787586e
android:name="org.chromium.components.background_task_scheduler.internal.BackgroundTaskBroadcastReceiver"
android:exported="false">
</receiver> # DIFF-ANCHOR: c787586e
<service # DIFF-ANCHOR: 749391ed
android:name="com.google.android.gms.cast.framework.ReconnectionService"
android:exported="false">
</service> # DIFF-ANCHOR: 749391ed
<service # DIFF-ANCHOR: 48ce9d28
android:name="com.google.android.gms.cast.framework.media.MediaNotificationService"
android:exported="false">
</service> # DIFF-ANCHOR: 48ce9d28
<service # DIFF-ANCHOR: 7e26656b
android:name="com.google.firebase.components.ComponentDiscoveryService"
android:directBootAware="true"
android:exported="false">
<meta-data android:name="com.google.firebase.components:com.google.firebase.dynamicloading.DynamicLoadingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
<meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
<meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
</service> # DIFF-ANCHOR: 7e26656b
<service # DIFF-ANCHOR: 2295960c
android:name="com.google.firebase.messaging.FirebaseMessagingService"
android:directBootAware="true"
android:exported="false">
<intent-filter android:priority="-500"> # DIFF-ANCHOR: 69e70070
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
</intent-filter> # DIFF-ANCHOR: 69e70070
</service> # DIFF-ANCHOR: 2295960c
<service # DIFF-ANCHOR: 1d3bf514
android:name="org.chromium.android_webview.js_sandbox.service.JsSandboxService0"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:process=":js_sandboxed_process0"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 1d3bf514
<service # DIFF-ANCHOR: b9ec52c4
android:name="org.chromium.android_webview.nonembedded.AwComponentUpdateService"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE"
android:process=":webview_apk">
</service> # DIFF-ANCHOR: b9ec52c4
<service # DIFF-ANCHOR: 3cd6d713
android:name="org.chromium.android_webview.services.AwMinidumpUploadJobService"
android:exported="true"
android:permission="android.permission.BIND_JOB_SERVICE"
android:process=":webview_service">
</service> # DIFF-ANCHOR: 3cd6d713
<service # DIFF-ANCHOR: e6b43f85
android:name="org.chromium.android_webview.services.AwNetLogService"
android:exported="true"
android:process=":webview_service">
</service> # DIFF-ANCHOR: e6b43f85
<service # DIFF-ANCHOR: 65cddb26
android:name="org.chromium.android_webview.services.AwVariationsSeedFetcher"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE"
android:process=":webview_service">
</service> # DIFF-ANCHOR: 65cddb26
<service # DIFF-ANCHOR: c756cf8d
android:name="org.chromium.android_webview.services.ComponentsProviderService"
android:exported="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: c756cf8d
<service # DIFF-ANCHOR: 5cda9608
android:name="org.chromium.android_webview.services.CrashReceiverService"
android:exported="true"
android:process=":webview_service">
</service> # DIFF-ANCHOR: 5cda9608
<service # DIFF-ANCHOR: adce9ea1
android:name="org.chromium.android_webview.services.DeveloperUiService"
android:exported="true"
android:foregroundServiceType="specialUse"
android:process=":webview_service">
<property android:name="android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE" android:value="debugging"/>
</service> # DIFF-ANCHOR: adce9ea1
<service # DIFF-ANCHOR: eecf2fee
android:name="org.chromium.android_webview.services.MetricsBridgeService"
android:exported="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: eecf2fee
<service # DIFF-ANCHOR: bda8b561
android:name="org.chromium.android_webview.services.MetricsUploadService"
android:exported="true"
android:process=":webview_service"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: bda8b561
<service # DIFF-ANCHOR: 47046f1b
android:name="org.chromium.android_webview.services.SafeModeService"
android:exported="true"
android:process=":webview_service">
</service> # DIFF-ANCHOR: 47046f1b
<service # DIFF-ANCHOR: c52936d7
android:name="org.chromium.android_webview.services.StartupFeatureMetadataHolder"
android:enabled="false"
android:exported="true">
<meta-data android:name="STARTUP_FEATURE_CONFIGURE_PARTITIONED_COOKIES" android:value="true"/>
<meta-data android:name="STARTUP_FEATURE_SET_DATA_DIRECTORY_SUFFIX" android:value="true"/>
<meta-data android:name="STARTUP_FEATURE_SET_DIRECTORY_BASE_PATH" android:value="true"/>
</service> # DIFF-ANCHOR: c52936d7
<service # DIFF-ANCHOR: dc926e35
android:name="org.chromium.android_webview.services.VariationsSeedServer"
android:exported="true"
android:process=":webview_service">
</service> # DIFF-ANCHOR: dc926e35
<service # DIFF-ANCHOR: a550decc
android:name="org.chromium.components.background_task_scheduler.internal.BackgroundTaskJobService"
android:exported="false"
android:permission="android.permission.BIND_JOB_SERVICE">
</service> # DIFF-ANCHOR: a550decc
<service # DIFF-ANCHOR: 0c6c4fd9
android:name="org.chromium.content.app.PrivilegedProcessService0"
android:exported="false"
android:isolatedProcess="false"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":privileged_process0">
</service> # DIFF-ANCHOR: 0c6c4fd9
<service # DIFF-ANCHOR: 6f89af32
android:name="org.chromium.content.app.PrivilegedProcessService1"
android:exported="false"
android:isolatedProcess="false"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":privileged_process1">
</service> # DIFF-ANCHOR: 6f89af32
<service # DIFF-ANCHOR: 40e0d738
android:name="org.chromium.content.app.PrivilegedProcessService2"
android:exported="false"
android:isolatedProcess="false"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":privileged_process2">
</service> # DIFF-ANCHOR: 40e0d738
<service # DIFF-ANCHOR: b197517d
android:name="org.chromium.content.app.PrivilegedProcessService3"
android:exported="false"
android:isolatedProcess="false"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":privileged_process3">
</service> # DIFF-ANCHOR: b197517d
<service # DIFF-ANCHOR: 52303702
android:name="org.chromium.content.app.PrivilegedProcessService4"
android:exported="false"
android:isolatedProcess="false"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":privileged_process4">
</service> # DIFF-ANCHOR: 52303702
<service # DIFF-ANCHOR: b1e3e8bd
android:name="org.chromium.content.app.SandboxedProcessService0"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process0"
android:useAppZygote="true"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: b1e3e8bd
<service # DIFF-ANCHOR: 76d1ccf8
android:name="org.chromium.content.app.SandboxedProcessService1"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process1"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 76d1ccf8
<service # DIFF-ANCHOR: 38b95266
android:name="org.chromium.content.app.SandboxedProcessService10"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process10"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 38b95266
<service # DIFF-ANCHOR: e4a2e4a2
android:name="org.chromium.content.app.SandboxedProcessService11"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process11"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: e4a2e4a2
<service # DIFF-ANCHOR: d9b2ffba
android:name="org.chromium.content.app.SandboxedProcessService12"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process12"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: d9b2ffba
<service # DIFF-ANCHOR: b41bb17d
android:name="org.chromium.content.app.SandboxedProcessService13"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process13"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: b41bb17d
<service # DIFF-ANCHOR: aec0ea21
android:name="org.chromium.content.app.SandboxedProcessService14"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process14"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: aec0ea21
<service # DIFF-ANCHOR: cf88a5e5
android:name="org.chromium.content.app.SandboxedProcessService15"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process15"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: cf88a5e5
<service # DIFF-ANCHOR: 7d85889d
android:name="org.chromium.content.app.SandboxedProcessService16"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process16"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 7d85889d
<service # DIFF-ANCHOR: dae26ed4
android:name="org.chromium.content.app.SandboxedProcessService17"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process17"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: dae26ed4
<service # DIFF-ANCHOR: 2c6cf029
android:name="org.chromium.content.app.SandboxedProcessService18"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process18"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 2c6cf029
<service # DIFF-ANCHOR: 1d2f0988
android:name="org.chromium.content.app.SandboxedProcessService19"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process19"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 1d2f0988
<service # DIFF-ANCHOR: 4a39041b
android:name="org.chromium.content.app.SandboxedProcessService2"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process2"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 4a39041b
<service # DIFF-ANCHOR: 073533bf
android:name="org.chromium.content.app.SandboxedProcessService20"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process20"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 073533bf
<service # DIFF-ANCHOR: d24da41d
android:name="org.chromium.content.app.SandboxedProcessService21"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process21"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: d24da41d
<service # DIFF-ANCHOR: 594d8b32
android:name="org.chromium.content.app.SandboxedProcessService22"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process22"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 594d8b32
<service # DIFF-ANCHOR: 5528c0c3
android:name="org.chromium.content.app.SandboxedProcessService23"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process23"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 5528c0c3
<service # DIFF-ANCHOR: b7ab2ba3
android:name="org.chromium.content.app.SandboxedProcessService24"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process24"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: b7ab2ba3
<service # DIFF-ANCHOR: cec6cb64
android:name="org.chromium.content.app.SandboxedProcessService25"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process25"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: cec6cb64
<service # DIFF-ANCHOR: 5b4a00fe
android:name="org.chromium.content.app.SandboxedProcessService26"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process26"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 5b4a00fe
<service # DIFF-ANCHOR: ad49d203
android:name="org.chromium.content.app.SandboxedProcessService27"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process27"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: ad49d203
<service # DIFF-ANCHOR: 573298e9
android:name="org.chromium.content.app.SandboxedProcessService28"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process28"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 573298e9
<service # DIFF-ANCHOR: 79897b32
android:name="org.chromium.content.app.SandboxedProcessService29"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process29"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 79897b32
<service # DIFF-ANCHOR: 84335864
android:name="org.chromium.content.app.SandboxedProcessService3"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process3"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 84335864
<service # DIFF-ANCHOR: c4bd371e
android:name="org.chromium.content.app.SandboxedProcessService30"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process30"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: c4bd371e
<service # DIFF-ANCHOR: 394a9fd0
android:name="org.chromium.content.app.SandboxedProcessService31"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process31"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 394a9fd0
<service # DIFF-ANCHOR: b811afb8
android:name="org.chromium.content.app.SandboxedProcessService32"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process32"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: b811afb8
<service # DIFF-ANCHOR: 2811ddd3
android:name="org.chromium.content.app.SandboxedProcessService33"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process33"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 2811ddd3
<service # DIFF-ANCHOR: 73ae1688
android:name="org.chromium.content.app.SandboxedProcessService34"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process34"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 73ae1688
<service # DIFF-ANCHOR: c476f324
android:name="org.chromium.content.app.SandboxedProcessService35"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process35"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: c476f324
<service # DIFF-ANCHOR: 75d5304b
android:name="org.chromium.content.app.SandboxedProcessService36"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process36"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 75d5304b
<service # DIFF-ANCHOR: dc6d0617
android:name="org.chromium.content.app.SandboxedProcessService37"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process37"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: dc6d0617
<service # DIFF-ANCHOR: e31efe49
android:name="org.chromium.content.app.SandboxedProcessService38"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process38"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: e31efe49
<service # DIFF-ANCHOR: 5736507e
android:name="org.chromium.content.app.SandboxedProcessService39"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process39"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 5736507e
<service # DIFF-ANCHOR: a161be24
android:name="org.chromium.content.app.SandboxedProcessService4"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process4"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: a161be24
<service # DIFF-ANCHOR: 8e591688
android:name="org.chromium.content.app.SandboxedProcessService5"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process5"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 8e591688
<service # DIFF-ANCHOR: 705141d0
android:name="org.chromium.content.app.SandboxedProcessService6"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process6"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 705141d0
<service # DIFF-ANCHOR: 38ed2189
android:name="org.chromium.content.app.SandboxedProcessService7"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process7"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: 38ed2189
<service # DIFF-ANCHOR: aa417956
android:name="org.chromium.content.app.SandboxedProcessService8"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process8"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: aa417956
<service # DIFF-ANCHOR: e2f3bbbd
android:name="org.chromium.content.app.SandboxedProcessService9"
android:exported="true"
android:externalService="true"
android:isolatedProcess="true"
android:permission="$PACKAGE.permission.CHILD_SERVICE"
android:process=":sandboxed_process9"
android:visibleToInstantApps="true">
</service> # DIFF-ANCHOR: e2f3bbbd
<uses-library android:name="android.ext.adservices" android:required="false"/>
<uses-library android:name="androidx.window.extensions" android:required="false"/>
</application>
</manifest>