-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bloatware_List.txt
1062 lines (1062 loc) · 27.5 KB
/
Bloatware_List.txt
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
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#com.android.backup
#com.android.bips
#com.android.bluetoothmidiservice
#com.android.carrierdefaultapp
#com.android.dreams.phototable
#com.android.egg
#com.android.htmlviewer
#com.android.keyguard
#com.android.managedprovisioning
#com.android.simappdialog
#com.android.stk
#com.android.traceur
#com.android.wallpapercropper
#com.android.wallpaper.livepicker
#com.caf.fmradio
#com.coloros.appmanager
#com.coloros.athena
#com.coloros.backuprestore
#com.coloros.backuprestore.remoteservice
#com.coloros.bootreg
#com.coloros.encryption
#com.coloros.gamespace
#com.coloros.gamespaceui
#com.coloros.lockassistant
#com.coloros.safesdkproxy
#com.coloros.sauhelper
#com.coloros.screenrecorder
#com.coloros.soundrecorder
#com.coloros.weather2
#com.coloros.weather.service
#com.coloros.widget.smallweather
#com.coloros.wifibackuprestore
#com.dsi.ant.server
#com.facebook.katana
#com.google.android.apps.authenticator2
#com.google.android.apps.docs
#com.google.android.apps.messaging
#com.google.android.apps.photos
#com.google.android.apps.recorder
#com.google.android.apps.restore
#com.google.android.apps.translate
#com.google.android.apps.wellbeing
#com.google.android.calculator
#com.google.android.calendar
#com.google.android.configupdater
#com.google.android.email
#com.google.android.googlequicksearchbox
#com.google.android.play.games
#com.google.android.setupwizard
#com.google.android.syncadapters.calendar
#com.google.android.syncadapters.contacts
#com.google.android.tts
#com.google.android.youtube
#com.oppo.aod
#com.oppo.atlas
#com.oppo.bttestmode
#com.oppo.criticallog
#com.oppo.lfeh
#com.oppo.market
#com.oppo.mimosiso
#com.oppo.music
#com.oppo.nw
#com.oppo.qualityprotect
#com.oppo.rftoolkit
#com.oppo.sos
#com.oppo.wifirf
#com.samsung.android.app.contacts
#com.samsung.android.app.dressroom
#com.samsung.android.calendar
#com.samsung.android.da.daagent
#com.samsung.android.dialer
#com.samsung.android.forest
#com.samsung.android.honeyboard
#com.samsung.android.incallui
#com.samsung.android.rubin.app
#com.samsung.android.sm
#com.sec.android.app.clockpackage
#com.sec.android.app.hwmoduletest
#com.sec.android.daemonapp
#com.sec.android.easyonehand
#com.sec.android.splitsound
#com.sec.usbsettings
#com.whatsapp
com.app.m1remit
com.facebook.services
com.facebook.system
com.google.android.vr.inputmethod
com.google.android.wearable.app
com.google.ar.core
com.google.ar.lens
com.google.audio.hearing.visualization.accessibility.scribe
com.google.chromeremotedesktop
com.google.earth
com.google.marvin.talkback
com.google.samples.apps.cardboarddemo
com.google.tango.measure
com.google.vr.cyclops
com.google.vr.expeditions
com.google.vr.vrcore
com.google.zxing.client.android
com.gotv.nflgamecenter.us.lite
com.groupon
com.hancom.office.editor.hidden
com.handmark.expressweather
com.handmark.expressweather.vpl
com.hawk.android.browser
com.heytap.browser
com.heytap.cloud
com.heytap.music
com.heytap.pictorial
com.heytap.synergy
com.hicloud.android.clone
com.hiya.axolotl.tcl
com.hiya.star
com.hmdglobal.datago
com.hmdglobal.datago.overlay.base
com.hmdglobal.enterprise.api
com.hmdglobal.support
com.huaqin.diaglogger
com.huaqin.factory
com.huaqin.FM
com.huawei.android.chr
com.huawei.android.FloatTasks
com.huawei.android.hwpay
com.huawei.android.instantshare
com.huawei.android.karaoke
com.huawei.android.mirrorshare
com.huawei.android.remotecontroller
com.huawei.android.tips
com.huawei.android.totemweather
com.huawei.android.totemweatherapp
com.huawei.android.totemweatherwidget
com.huawei.android.wfdft
com.huawei.android.wfdirect
com.huawei.appmarket
com.huawei.arengine.service
com.huawei.bd
com.huawei.bluetooth
com.huawei.browser
com.huawei.browserhomepage
com.huawei.compass
com.huawei.contactscamcard
com.huawei.email
com.huawei.fido.uafclient
com.huawei.gameassistant
com.huawei.geofence
com.huawei.health
com.huawei.hiassistantoversea
com.huawei.hicloud
com.huawei.hifolder
com.huawei.himovie.overseas
com.huawei.hitouch
com.huawei.hwasm
com.huawei.hwdetectrepair
com.huawei.hwid
com.huawei.hwsearch
com.huawei.hwstartupguide
com.huawei.hwvoipservice
com.huawei.iaware
com.huawei.ihealth
com.huawei.intelligent
com.huawei.livewallpaper.artflower
com.huawei.livewallpaper.flowersbloom
com.huawei.livewallpaper.mountaincloud
com.huawei.livewallpaper.naturalgarden
com.huawei.livewallpaper.paradise
com.huawei.livewallpaper.ripplestone
com.huawei.magazine
com.huawei.mirrorlink
com.huawei.music
com.huawei.parentcontrol
com.huawei.pcassistant
com.huawei.phoneservice
com.huawei.scanner
com.huawei.stylus.floatmenu
com.huawei.synergy
com.huawei.tips
com.huawei.vassistant
com.huawei.videoeditor
com.huawei.wallet
com.hulu.plus
com.hyperlync.Sprint.Backup
com.hyperlync.Sprint.CloudBinder
com.ideashower.readitlater.pro
com.iflytek.speechsuite
com.imdb.mobile
com.infraware.polarisoffice5
com.instagram.android
com.ironsource.appcloud.oobe
com.ironsource.appcloud.oobe.huawei
com.jrdcom.Elabel
com.jrdcom.Elabel.a_overlay
com.jrdcom.Elabel.overlay
com.jrdcom.filemanager
com.jrdcom.filemanager.a_overlay
com.jrd.verizonuriintentservice
com.kddi.familysmile.mvno
com.king.candycrush4
com.king.candycrushsaga
com.king.candycrushsodasaga
com.korvac.liquid
com.lenovo.lsf.user
com.lge.appwidget.dualsimstatus
com.lge.bnr
com.lge.bnr.launcher
com.lge.cic.eden.service
com.lge.cloudhub
com.lge.drmservice
com.lge.easyhome
com.lge.eltest
com.lge.email
com.lge.eula
com.lge.eulaprovider
com.lge.floatingbar
com.lge.fmradio
com.lge.friendsmanager
com.lge.gallery.collagewallpaper
com.lge.gallery.vr.wallpaper
com.lge.gestureanswering
com.lge.gnss.airtest
com.lge.gnsslogcat
com.lge.gnsspostest
com.lge.gnsstest
com.lge.hiddenmenu
com.lge.hiddenpersomenu
com.lge.hifirecorder
com.lge.homeselector
com.lge.hotspotlauncher
com.lge.ia.task.smartsetting
com.lge.iftttmanager
com.lge.ime.solution.handwriting
com.lge.ime.solution.text
com.lge.laot
com.lge.launcher2.theme.optimus
com.lge.lgaccount
com.lge.lgdrm.permission
com.lge.lgfmservice
com.lge.lginstallservies
com.lge.lgsetupview
com.lge.LGSetupView
com.lge.lgworld
com.lge.lifetracker
com.lge.mirrorlink
com.lge.mlt
com.lge.music
com.lge.musicshare
com.lge.myplace
com.lge.myplace.engine
com.lge.operator.hiddenmenu
com.lge.phonemanagement
com.lge.privacylock
com.lge.qhelp
com.lge.qmemoplus
com.lge.remote.lgairdrive
com.lge.remote.setting
com.lge.servicemenu
com.lge.sizechangable.weather
com.lge.sizechangable.weather.platform
com.lge.sizechangable.weather.theme.optimus
com.lge.smartdoctor.webview
com.lge.smartshare
com.lge.smartshare.provider
com.lge.snappage
com.lge.springcleaning
com.lge.sync
com.lge.videoplayer
com.lge.videostudio
com.lge.video.vr.wallpaper
com.lge.voicecare
com.lge.vrplayer
com.lge.wernicke
com.lge.wernicke.nlp
com.lge.wfds.service.v3
com.lge.wifihotspotwidget
com.lge.wifi.p2p
com.linkedin.android
com.lmi.motorola.rescuesecurity
com.locationlabs.cni.att
com.locationlabs.finder.sprint
com.locationlabs.finder.sprint.vpl
com.LogiaGroup.LogiaDeck
com.lookout
com.m1.mym1
com.mediatek.atmwifimeta
com.mediatek.engineermode
com.mediatek.mtklogger
com.mediatek.providers.drm
com.mediatek.wfo.impl
com.mfashiongallery.emag
com.mi.android.globalminusscreen
com.mi.android.globalpersonalassistant
com.mi.AutoTest
com.micredit.in
com.microsoft.appmanager
com.microsoft.office.officehub
com.microsoft.office.officehubhl
com.microsoft.office.officehubrow
com.microsoft.skydrive
com.microsoft.translator
com.mi.global.bbs
com.mi.global.shop
com.mi.globalTrendNews
com.mi.health
com.milink.service
com.mi.liveassistant
com.mipay.wallet
com.mipay.wallet.id
com.mipay.wallet.in
com.mi.setupwizardoverlay
com.miui.accessibility
com.miui.analytics
com.miui.android.fashiongallery
com.miui.audioeffect
com.miui.bugreport
com.miui.cit
com.miui.cleanmaster
com.miui.cloudbackup
com.miui.cloudservice
com.miui.cloudservice.sysbase
com.miui.compass
com.miui.contentcatcher
com.miui.daemon
com.miui.enbbs
com.miui.fm
com.miui.fmservice
com.miui.gallery
com.miui.greenguard
com.miui.huanji
com.miui.hybrid
com.miui.hybrid.accessory
com.miui.klo.bugreport
com.miui.micloudsync
com.miui.miservice
com.miui.miwallpaper
com.miui.miwallpaper.earth
com.miui.miwallpaper.mars
com.miui.msa.global
com.miui.newmidrive
com.miui.notes
com.miui.personalassistant
com.miui.player
com.miui.providers.weather
com.miui.qr
com.miui.screenrecorder
com.miui.smsextra
com.miui.spock
com.miui.sysopt
com.miui.systemAdSolution
com.miui.touchassistant
com.miui.translation.kingsoft
com.miui.translationservice
com.miui.translation.xmcloud
com.miui.translation.youdao
com.miui.userguide
com.miui.video
com.miui.videoplayer
com.miui.videoplayer.overlay
com.miui.virtualsim
com.miui.vsimcore
com.miui.weather2
com.miui.yellowpage
com.mi.webkit.core
com.mobeam.barcodeService
com.mobiletools.systemhelper
com.mobitv.client.sprinttvng
com.mobitv.client.tmobiletvhd
com.mobolize.sprint.securewifi
com.monotype.android.font.chococooky
com.monotype.android.font.cooljazz
com.monotype.android.font.foundation
com.monotype.android.font.rosemary
com.monotype.android.font.samsungone
com.motorola.actions
com.motorola.android.fmradio
com.motorola.android.jvtcmd
com.motorola.android.nativedropboxagent
com.motorola.android.provisioning
com.motorola.android.settings.diag_mdlog
com.motorola.attvowifi
com.motorola.bach.modemstats
com.motorola.brapps
com.motorola.bug2go
com.motorola.ccc.devicemanagement
com.motorola.ccc.mainplm
com.motorola.ccc.notification
com.motorola.contacts.preloadcontacts
com.motorola.demo
com.motorola.demo.env
com.motorola.easyprefix
com.motorola.email
com.motorola.faceunlock
com.motorola.faceunlocktrustagent
com.motorola.fmplayer
com.motorola.frameworks.singlehand
com.motorola.genie
com.motorola.gesture
com.motorola.help
com.motorola.lifetimedata
com.motorola.ltebroadcastservices_vzw
com.motorola.mot5gmod
com.motorola.moto
com.motorola.motocit
com.motorola.motodisplay
com.motorola.omadm.sprint
com.motorola.omadm.vzw
com.motorola.programmenu
com.motorola.ptt.prip
com.motorola.slpc_sys
com.motorola.timeweatherwidget
com.motorola.visualvoicemail
com.motorola.vzw.cloudsetup
com.motorola.vzw.loader
com.motorola.vzw.mot5gmod
com.motorola.vzw.pco.extensions.pcoreceiver
com.motorola.vzw.phone.extensions
com.motorola.vzw.provider
com.motricity.verizon.ssodownloadable
com.mygalaxy
com.nearme.browser
com.nearme.themestore
com.netflix.mediaclient
com.netflix.partner.activation
com.nextradioapp.nextradio
com.niksoftware.snapseed
com.nuance.swype.input
com.oem.autotest
com.oem.logkitsdservice
com.oem.nfc
com.oem.oemlogkit
com.oneplus.backuprestore
com.oneplus.brickmode
com.oneplus.bttestmode
com.oneplus.card
com.oneplus.factorymode
com.oneplus.factorymode.specialtest
com.oneplus.gamespace
com.oneplus.note
com.oneplus.opbugreportlite
com.oneplus.opsports
com.oneplus.soundrecorder
com.opera.branding
com.opera.branding.news
com.opera.max.oem
com.opera.max.preinstall
com.opera.mini.native
com.opera.preinstall
com.opos.cs
com.oppoex.afterservice
com.oppo.fingerprints.fingerprintsensortest
com.oppo.gmail.overlay
com.oppo.logkit
com.oppo.market
com.oppo.operationManual
com.oppo.ovoicemanager
com.oppo.partnerbrowsercustomizations
com.oppo.quicksearchbox
com.oppo.ScoreAppMonitor
com.oppo.startlogkit
com.oppo.usageDump
com.oppo.usercenter
com.oppo.webview
com.orange.aura.oobe
com.orange.mail.fr
com.orange.miorange
com.orange.mylivebox.fr
com.orange.mysosh
com.orange.orangeetmoi
com.orange.owtv
com.orange.tdd
com.orange.update
com.orange.vvm
com.orange.wifiorange
com.particlenews.newsbreak
com.phonepe.app
com.pinsight.dw
com.pinsight.v1
com.playphone.gamestore
com.playphone.gamestore.loot
com.pure.indosat.care
com.qiyi.video
com.qti.confuridialer
com.qti.qualcomm.deviceinfo
com.qualcomm.atfwd
com.qualcomm.embms
com.qualcomm.location
com.qualcomm.qti.auth.fidocryptoservice
com.qualcomm.qti.autoregistration
com.qualcomm.qti.cne
com.qualcomm.qti.dynamicddsservice
com.qualcomm.qti.lpa
com.qualcomm.qti.networksetting
com.qualcomm.qti.perfdump
com.qualcomm.qti.performancemode
com.qualcomm.qti.poweroffalarm
com.qualcomm.qti.qdma
com.qualcomm.qti.qmmi
com.qualcomm.qti.qms.service.telemetry
com.qualcomm.qti.rcsbootstraputil
com.qualcomm.qti.uceshimservice
com.qualcomm.qti.uim
com.qualcomm.uimremoteclient
com.quicinc.cne.CNEService
com.quicinc.fmradio
com.realme.findphone.client2
com.realvnc.android.remote
com.redteamobile.roaming
com.redteamobile.roaming.deamon
com.remotefairy4
com.republicwireless.tel
com.rhapsody
com.rhapsody.vpl
com.roaming.android.gsimcontentprovider
com.rsupport.rs.activity.lge.allinone
com.samsung.aasaservice
com.samsung.accessory
com.samsung.accessory.beansmgr
com.samsung.accessory.safiletransfer
com.samsung.android.aircommandmanager
com.samsung.android.airtel.stubapp
com.samsung.android.allshare.service.mediashare
com.samsung.android.app.accesscontrol
com.samsung.android.app.advsounddetector
com.samsung.android.app.appsedge
com.samsung.android.app.assistantmenu
com.samsung.android.app.camera.sticker.facearavatar.preload
com.samsung.android.app.camera.sticker.facear.preload
com.samsung.android.app.camera.sticker.stamp.preload
com.samsung.android.app.clipboardedge
com.samsung.android.app.cocktailbarservice
com.samsung.android.app.color
com.samsung.android.app.episodes
com.samsung.android.app.interactivepanoramaviewer
com.samsung.android.app.ledbackcover
com.samsung.android.app.ledcoverdream
com.samsung.android.applock
com.samsung.android.app.memo
com.samsung.android.app.mhswrappertmo
com.samsung.android.app.mirrorlink
com.samsung.android.app.news
com.samsung.android.app.notes
com.samsung.android.app.omcagent
com.samsung.android.app.panel.naver.v
com.samsung.android.app.pinboard
com.samsung.android.app.reminder
com.samsung.android.app.routines
com.samsung.android.app.sbrowseredge
com.samsung.android.app.settings.bixby
com.samsung.android.app.sharelive
com.samsung.android.app.simplesharing
com.samsung.android.app.siofviewer
com.samsung.android.app.social
com.samsung.android.app.spage
com.samsung.android.app.storyalbumwidget
com.samsung.android.app.talkback
com.samsung.android.app.taskedge
com.samsung.android.app.tips
com.samsung.android.app.vrsetupwizards
com.samsung.android.app.vrsetupwizardstub
com.samsung.android.app.watchmanager
com.samsung.android.app.watchmanagerstub
com.samsung.android.app.withtv
com.samsung.android.ardrawing
com.samsung.android.aremoji
com.samsung.android.aremojieditor
com.samsung.android.arzone
com.samsung.android.asksmanager
com.samsung.android.authfw
com.samsung.android.aware.service
com.samsung.android.bbc.bbcagent
com.samsung.android.bbc.fileprovider
com.samsung.android.beaconmanager
com.samsung.android.bixby.es.globalaction
com.samsung.android.bixby.plmsync
com.samsung.android.bixby.voiceinput
com.samsung.android.camerasdkservice
com.samsung.android.coldwalletservice
com.samsung.android.coreapps
com.samsung.android.da.daagent
com.samsung.android.digitalkey
com.samsung.android.dlp.service
com.samsung.android.dqagent
com.samsung.android.drivelink.stub
com.samsung.android.dynamiclock
com.samsung.android.easysetup
com.samsung.android.email.provider
com.samsung.android.emojiupdater
com.samsung.android.fast
com.samsung.android.fmm
com.samsung.android.game.gamehome
com.samsung.android.game.gametools
com.samsung.android.game.gos
com.samsung.android.gametuner.thin
com.samsung.android.gearoplugin
com.samsung.android.hmt.vrshell
com.samsung.android.hmt.vrsvc
com.samsung.android.homemode
com.samsung.android.icecone
com.samsung.android.intelligenceservice2
com.samsung.android.ipsgeofence
com.samsung.android.keyguardwallpaperupdator
com.samsung.android.kidsinstaller
com.samsung.android.knox.analytics.uploader
com.samsung.android.knox.attestation
com.samsung.android.knox.containercore
com.samsung.android.livestickers
com.samsung.android.location
com.samsung.android.mateagent
com.samsung.android.mdm
com.samsung.android.mdx
com.samsung.android.mdx.kit
com.samsung.android.mdx.quickboard
com.samsung.android.mfi
com.samsung.android.mobileservice
com.samsung.android.net.wifi.wifiguider
com.samsung.android.networkdiagnostic
com.samsung.android.oneconnect
com.samsung.android.personalpage.service
com.samsung.android.providers.carrier
com.samsung.android.providers.context
com.samsung.android.rajaampat
com.samsung.android.rubin.app
com.samsung.android.samsungpass
com.samsung.android.samsungpassautofill
com.samsung.android.samsungpositioning
com.samsung.android.sconnect
com.samsung.android.sdk.professionalaudio.utility.jammonitor
com.samsung.android.sdm.config
com.samsung.android.securitylogagent
com.samsung.android.service.airviewdictionary
com.samsung.android.service.livedrawing
com.samsung.android.service.peoplestripe
com.samsung.android.service.tagservice
com.samsung.android.service.travel
com.samsung.android.shortcutbackupservice
com.samsung.android.slinkcloud
com.samsung.android.smartcallprovider
com.samsung.android.smartface
com.samsung.android.smartfitting
com.samsung.android.smartmirroring
com.samsung.android.spay
com.samsung.android.spayfw
com.samsung.android.spaymini
com.samsung.android.spdfnote
com.samsung.android.stickercenter
com.samsung.android.ststub
com.samsung.android.svcagent
com.samsung.android.svoice
com.samsung.android.svoiceime
com.samsung.android.themecenter
com.samsung.android.themestore
com.samsung.android.tripwidget
com.samsung.android.uds
com.samsung.android.universalswitch
com.samsung.android.video
com.samsung.android.visionarapps
com.samsung.android.visioncloudagent
com.samsung.android.visionintelligence
com.samsung.android.voc
com.samsung.android.voicewakeup
com.samsung.android.weather
com.samsung.android.wellbeing
com.samsung.android.widgetapp.yahooedge.finance
com.samsung.android.widgetapp.yahooedge.sport
com.samsung.android.wifi.softap.resources
com.samsung.app.highlightplayer
com.samsung.app.jansky
com.samsung.attvvm
com.samsung.cmh
com.samsung.crane
com.samsung.daydream.customization
com.samsung.desktopsystemui
com.samsung.ecomm
com.samsung.enhanceservice
com.samsung.gamedriver.sm8250
com.samsung.groupcast
com.samsung.helphub
com.samsung.hiddennetworksetting
com.samsung.huxplatform
com.samsung.ims.smk
com.samsung.klmsagent
com.samsung.knox.keychain
com.samsung.knox.knoxtrustagent
com.samsung.knox.securefolder
com.samsung.knox.securefolder.setuppage
com.samsung.logwriter
com.samsung.mdl.radio
com.samsung.mdl.radio.radiostub
com.samsung.mlp
com.samsung.oh
com.samsung.qosindicator
com.samsung.safetyinformation
com.samsung.sait.sohservice
com.samsung.SMT
com.samsung.storyservice
com.samsung.svoice.sync
com.samsung.systemui.bixby
com.samsung.systemui.bixby2
com.samsung.tmovvm
com.samsung.ucs.agent.boot
com.samsung.ucs.agent.ese
com.samsung.visionprovider
com.samsung.vklayer.sm8250
com.samsung.voiceserviceplatform
com.samsung.vvm
com.samsung.vvm.se
com.s.antivirus
com.sec.allsharecastplayer
com.sec.android.app.apex
com.sec.android.app.applinker
com.sec.android.app.billing
com.sec.android.app.bluetoothtest
com.sec.android.app.camerabokehservice
com.sec.android.app.chromecustomizations
com.sec.android.app.DataCreate
com.sec.android.app.desktoplauncher
com.sec.android.app.dexonpc
com.sec.android.app.dictionary
com.sec.android.app.easysetup
com.sec.android.app.ewidgetatt
com.sec.android.app.factorykeystring
com.sec.android.app.gamehub
com.sec.android.app.magnifier
com.sec.android.app.mt
com.sec.android.app.ocr
com.sec.android.app.parser
com.sec.android.app.quicktool
com.sec.android.app.safetyassurance
com.sec.android.app.samsungapps
com.sec.android.app.sbrowser
com.sec.android.app.SecSetupWizard
com.sec.android.app.servicemodeapp
com.sec.android.app.setupwizard
com.sec.android.app.setupwizardlegalprovider
com.sec.android.app.shealth
com.sec.android.app.sns3
com.sec.android.app.suwscriptplayer
com.sec.android.app.sysscope
com.sec.android.app.translator
com.sec.android.app.ve.vebgm
com.sec.android.app.voicenote
com.sec.android.app.withtv
com.sec.android.app.wlantest
com.sec.android.AutoPreconfig
com.sec.android.Cdfs
com.sec.android.cover.ledcover
com.sec.android.desktopmode.uiservice
com.sec.android.diagmonagent
com.sec.android.easyMover
com.sec.android.easyMover.Agent
com.sec.android.fido.uaf.asm
com.sec.android.fido.uaf.client
com.sec.android.game.gamehome
com.sec.android.mimage.avatarstickers
com.sec.android.mimage.gear360editor
com.sec.android.preloadinstaller
com.sec.android.provider.snote
com.sec.android.RilServiceModeApp
com.sec.android.service.health
com.sec.android.sidesync30
com.sec.android.smartfpsadjuster
com.sec.android.uibcvirtualsoftkey
com.sec.android.widgetapp.diotek.smemo
com.sec.android.widgetapp.easymodecontactswidget
com.sec.android.widgetapp.samsungapps
com.sec.android.widgetapp.webmanual
com.sec.app.RilErrorNotifier
com.sec.bcservice
com.sec.downloadablekeystore
com.sec.enterprise.knox.attestation
com.sec.enterprise.knox.cloudmdm.smdms
com.sec.enterprise.knox.shareddevice.keyguard
com.sec.enterprise.mdm.services.simpin
com.sec.enterprise.mdm.vpn
com.sec.epdgtestapp
com.sec.everglades
com.sec.everglades.update
com.sec.factory
com.sec.factory.camera
com.sec.factory.iris.usercamera
com.sec.hiddenmenu
com.sec.imslogger
com.sec.kidsplat.installer
com.sec.knox.bluetooth
com.sec.knox.bridge
com.sec.knox.containeragent2
com.sec.knox.foldercontainer
com.sec.knox.knoxsetupwizardclient
com.sec.knox.packageverifier
com.sec.knox.shortcutsms
com.sec.knox.switcher
com.sec.knox.switchknoxI
com.sec.knox.switchknoxII
com.sec.location.nfwlocationprivacy
com.sec.location.nsflp2
com.sec.mhs.smarttethering
com.sec.mldapchecker
com.sec.modem.settings
com.sec.phone
com.sec.readershub
com.sec.smartcard.manager
com.sec.spp.push
com.sec.sve
com.securityandprivacy.android.verizon.vms
com.sec.yosemite.phone
com.sem.factoryapp
com.servicemagic.consumer
com.setk.widget
com.sfr.android.moncompte
com.sfr.android.sfrcloud
com.sfr.android.sfrmail
com.sfr.android.sfrplay
com.sfr.android.vvm
com.sharecare.askmd
com.shopee.id
com.singtel.mysingtel
com.skms.android.agent
com.skype.m2
com.skype.raider
com.slacker.radio
com.smithmicro.netwise.director.comcast.oem
com.sohu.inputmethod.sogouoem
com.sohu.inputmethod.sogou.xiaomi
com.sonyericsson.android.omacp
com.sonyericsson.conversations.res.overlay
com.sonyericsson.idd.agent
com.sonyericsson.mtp.extension.backuprestore
com.sonyericsson.mtp.extension.update
com.sonyericsson.music
com.sonyericsson.textinput.chinese
com.sonyericsson.trackid.res.overlay
com.sonyericsson.trackid.res.overlay_305
com.sonyericsson.unsupportedheadsetnotifier
com.sonyericsson.wappush
com.sonyericsson.warrantytime
com.sonyericsson.xhs
com.sonymobile.advancedlogging
com.sonymobile.advancedwidget.topcontacts
com.sonymobile.android.addoncamera.soundphoto
com.sonymobile.androidapp.cameraaddon.areffect
com.sonymobile.android.contacts.res.overlay_305
com.sonymobile.android.externalkeyboard
com.sonymobile.android.externalkeyboardjp
com.sonymobile.anondata
com.sonymobile.aptx.notifier
com.sonymobile.assist
com.sonymobile.cameracommon.wearablebridge
com.sonymobile.coverapp2
com.sonymobile.demoappchecker
com.sonymobile.devicesecurity.service
com.sonymobile.dualshockmanager
com.sonymobile.email
com.sonymobile.entrance
com.sonymobile.getmore.client
com.sonymobile.getset
com.sonymobile.getset.priv
com.sonymobile.gettoknowit
com.sonymobile.glovemode
com.sonymobile.googleanalyticsproxy
com.sonymobile.home.product.res.overlay
com.sonymobile.indeviceintelligence
com.sonymobile.intelligent.backlight
com.sonymobile.intelligent.gesture
com.sonymobile.lifelog
com.sonymobile.moviecreator.rmm
com.sonymobile.music.googlelyricsplugin
com.sonymobile.music.wikipediaplugin
com.sonymobile.music.youtubekaraokeplugin
com.sonymobile.music.youtubeplugin
com.sonymobile.pobox
com.sonymobile.retaildemo
com.sonymobile.scan3d
com.sonymobile.smartcharger
com.sonymobile.support
com.sonymobile.swiqisystemservice
com.sonymobile.themes.sou.cid18.black
com.sonymobile.themes.sou.cid19.silver
com.sonymobile.themes.sou.cid20.blue
com.sonymobile.themes.sou.cid21.pink
com.sonymobile.themes.xperialoops2
com.sonymobile.xperialounge.services
com.sonymobile.xperiatransfermobile
com.sonymobile.xperiaweather
com.sonymobile.xperiaxlivewallpaper
com.sonymobile.xperiaxlivewallpaper.product.res.overlay
com.sony.tvsideview.videoph
com.spotify.music
com.sprint.android.musicplus2033
com.sprint.care
com.sprint.ce.updater
com.sprint.ecid
com.sprint.fng
com.sprint.international.message
com.sprint.ms.cdm
com.sprint.psdg.sw
com.sprint.safefound
com.sprint.w.installer
com.sprint.w.v8
com.srin.indramayu
com.swiftkey.swiftkeyconfigurator
com.synchronoss.dcs.att.r2g
com.tcl.aota.a_overlay
com.tcl.compass
com.tcl.compass.a_overlay
com.tcl.demopage
com.tcl.fmradio
com.tcl.fmradio.a_overlay
com.tcl.healthy
com.tcl.logger.a_overlay
com.tcl.mibc.tclplus
com.tcl.mibc.tclplus.a_overlay
com.tcl.nfc.gsma.usermenu
com.tcl.screenrecorder
com.tcl.screenrecorder.a_overlay
com.tcl.screenshotex
com.tcl.sos
com.tcl.tclswitch.a_overlay
com.tcl.token
com.tcl.usercare
com.tcl.usercare.a_overlay
com.tcl.vzwintents
com.tct.applock
com.tct.batterywarning
com.tct.calculator
com.tct.calculator.a_overlay
com.tct.cellular.arda
com.tct.contacts.transfer
com.tct.contacts.transfer.a_overlay
com.tct.diagprotector
com.tct.gamemode
com.tct.gdpr
com.tct.music
com.tct.onetouchbooster
com.tct.onetouchbooster.a_overlay
com.tct.privacymode
com.tct.privatespace
com.tct.retaildemo
com.tct.retaildemo.a_overlay
com.tct.setupwizard
com.tct.simplelauncher
com.tct.simplelauncher.a_overlay
com.tct.smart.account
com.tct.smart.aikey
com.tct.smart.cloud
com.tct.smart.drivemode
com.tct.smart.notes
com.tct.smart.switchphone
com.tct.smart.switchphone.service
com.tct.soundrecorder
com.tct.video
com.tct.vzwwifioffload
com.tct.weather
com.tct.weather.a_overlay
com.telecomsys.directedsms.android.SCG
com.telenav.app.android.cingular
com.telenav.app.android.scout_us
com.tencent.soter.soterserver
com.til.timesnews
com.tmobile.pr.adapt
com.tmobile.pr.mytmobile
com.tmobile.services.nameid
com.tmobile.simlock
com.tmobile.vvm.application
com.tracker.t
com.tripadvisor.tripadvisor
com.ts.setupwizard.overlay.overlay
com.turner.cnvideoapp
com.ubercab
com.ubercab.driver
com.ubercab.eats
com.UCMobile.intl
com.ume.browser.northamerica
com.vcast.mediamanager
com.vendor.frameworkresoverlay
com.verizon.cloudsetupwizard
com.verizon.llkagent
com.verizon.messaging.vzmsgs
com.verizon.obdm_permissions
com.verizon.permissions.vzwappapn
com.verizontelematics.verizonhum
com.vlingo.midas
com.vznavigator.Generic
com.vzw.apnlib
com.vzw.apnservice
com.vzw.easvalidation
com.vzw.ecid
com.vzw.hss.myverizon
com.vzw.hss.widgets.infozone.large
com.vzw.qualitydatalog
com.wapi.wapicertmanage
com.wapi.wapicertmanager
com.wavemarket.waplauncher
com.wb.goog.got.conquest
com.whitepages.nameid.tmobile
com.wsomacp
com.wssnps
com.wt.secret_code_manager
com.xiaomi.ab
com.xiaomi.account
com.xiaomi.channel
com.xiaomi.gamecenter.sdk.service