System app database

Package

com.samsung.android.bbc.bbcagent

BBCAgent

46device profiles
70observations
0user-facing hits
18 Sep 2026last seen

Guidance

Disable with caution verified 25 Aug 2026

A Samsung system component that every observation on this site reports under the terse label "BBCAgent", untranslated in every locale recorded, so the label is a code name rather than a description. It is preinstalled, Samsung-signed with certificates this site also records as signing the framework, has no launcher entry on any of the 44 devices that report it, and is not marked Play-eligible on any observation, so it changes only with firmware. Samsung lists it by name and package in its Common Criteria mode application lists as far back as the Galaxy Note9 on Android 8, which establishes that it is a standard part of the Samsung image, but those lists are inventories rather than descriptions. No Samsung documentation was found that says what it does, so this note does not expand the abbreviation and does not guess at it. Consumer sites state its purpose confidently, but the ones found were app catalogues and content pages with no evidence behind them, so they are not cited. What the manifest does establish is the area it works in. Per this site's provenance record it declares BIND_DEVICE_ADMIN, MANAGE_DEVICE_ADMINS, MANAGE_USERS, INTERACT_ACROSS_USERS, INTERACT_ACROSS_USERS_FULL, BROADCAST_PACKAGE_ADDED, INTERNET, ACCESS_NETWORK_STATE and RECEIVE_BOOT_COMPLETED, alongside a block of Samsung enterprise permissions: com.samsung.android.knox.permission.KNOX_ENTERPRISE_DEVICE_ADMIN, KNOX_CONTAINER, KNOX_KIOSK_MODE, KNOX_CUSTOM_SYSTEM and KNOX_CUSTOM_SEALEDMODE, plus com.sec.enterprise.knox.permission.KNOX_SEAMS and com.sec.enterprise.permission.MDM_PROXY_ADMIN_INTERNAL. Those names are not incidental: Samsung's own Knox SDK tutorial for kiosk mode tells developers to declare KNOX_KIOSK_MODE among the permissions an application needs to drive kiosk mode. So this component sits squarely in the device administration and Knox namespace. Whether it is granted any of these at runtime, or exercises them, is not something this site records, and no claim about its behaviour is made here from the permission list alone. One oddity is worth recording because a reader comparing manifests will see it. This site records a requested permission written as android.Manifest.permission.INJECT_EVENTS. A string in that form is the Java constant reference rather than the permission name the platform matches on, which is android.permission.INJECT_EVENTS, so as written it corresponds to no defined permission. It reads as a manifest authoring mistake rather than a granted capability, and it is reported here as an observation rather than as a finding about what the component can do. Version note: this component has been carried across many releases rather than reworked. Samsung's application lists record version 3.2.00.2 on the Galaxy Note9 on Android 8, 5.0.00.4 on an Android 10 Galaxy S20+, and 5.0.00.16 on Android 11 devices, and a Nougat era Galaxy S8 list records "BBCAgent" at 2.8.00-27 in a table that carries no package column. This site's sample runs API 28 to 37 with versions 5.0.00.25 to 5.0.02.0, target SDK 29 to 36, and package sizes from roughly 69 KB to 381 KB. A version series that has stayed in the 5.0.x range from Android 11 to the present suggests maintenance rather than redesign. Whether its role changed in any recent Android or One UI release could not be sourced, and the wide size spread within one version series is not explained by anything published. For Android Enterprise, EMM and kiosk use, no evidence was found that this package takes part in enrolment, in Android Management API policy, or in any documented Knox administrator workflow, and nothing suggests an EMM interacts with it directly. The practical read for a managed fleet is that it declares permissions in the same namespace as Knox device administration and kiosk control, and Samsung publishes nothing about what depends on it, so removing it blind on a Knox-managed or kiosk device risks breaking something that will not be obvious until it fails. Because its function could not be established, no confident assessment is possible beyond that. Where a Samsung preinstalled app genuinely has to go, Samsung documents blocking it by package name through Knox Manage's application policies rather than removing it; test on a single device before applying it to a fleet.

Package intelligence

Observed signing, permission, version and size signals from contributing devices - descriptive of that sample, not a verdict. These come from the v2 Package Search sync, which not every device has contributed to yet, so for some packages this detail is partial or not present at all.

2
signing certs
OEM-forked / varies
17
permissions
largest set observed
0.1 MB – 0.4 MB
APK size
29 – 36
target SDK
5.0.00.25 → 5.0.02.0
versions observed
21
device profiles
Declared permissions (17)

Largest permission set observed for this package. Text is Android's own published description where one exists; platform permissions Android does not document show their granted protection level (in grey) instead; vendor or unknown constants show the name only.

PermissionDescription
android.Manifest.permission.INJECT_EVENTS -
ACCESS_NETWORK_STATE Allows the app to view information about network connections such as which networks exist and are connected.
BIND_DEVICE_ADMIN Signature-level system permission, for platform-signed apps. docs ↗
BROADCAST_PACKAGE_ADDED -
INTERACT_ACROSS_USERS Signature or privileged system permission.
INTERACT_ACROSS_USERS_FULL Signature-level system permission, for platform-signed apps.
INTERNET Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
MANAGE_DEVICE_ADMINS Signature-level system permission, for platform-signed apps.
MANAGE_USERS Signature or privileged system permission.
RECEIVE_BOOT_COMPLETED Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
com.samsung.android.knox.permission.KNOX_CONTAINER -
com.samsung.android.knox.permission.KNOX_CUSTOM_SEALEDMODE -
com.samsung.android.knox.permission.KNOX_CUSTOM_SYSTEM -
com.samsung.android.knox.permission.KNOX_ENTERPRISE_DEVICE_ADMIN -
com.samsung.android.knox.permission.KNOX_KIOSK_MODE -
com.sec.enterprise.knox.permission.KNOX_SEAMS -
com.sec.enterprise.permission.MDM_PROXY_ADMIN_INTERNAL -

Manage on devices

ADB commands for this package (the inverse of each is included so you can undo). Run from an authorised shell or wire the equivalent into your DPC. Verify on a test device first - this database doesn’t yet classify which packages are safe to change. --user 0 targets the current user; drop it (and use a privileged shell) to act device-wide.

Disable for the current user
adb shell pm disable-user --user 0 com.samsung.android.bbc.bbcagent
Remove for the current user - a per-user uninstall; the APK stays on /system, so Restore re-adds it (-k keeps app data)
adb shell pm uninstall -k --user 0 com.samsung.android.bbc.bbcagent
Re-enable
adb shell pm enable com.samsung.android.bbc.bbcagent
Restore (re-install for the current user)
adb shell pm install-existing com.samsung.android.bbc.bbcagent

Seen on

Each record is a device profile (make + model + Android version). Each unique handset that syncs against a matching profile will increase the observations of a package, thereby increasing confidence that a package is expected to be on a device.

OEMModelAndroidProvenanceObservationsLast seen
Samsung SM-A125F Android 12 OEM Samsung 1 21 Jan 2026
Samsung SM-A135F Android 14 OEM Samsung 3 21 Jan 2026
Samsung SM-A137F Android 14 - 1 17 Jan 2026
Samsung SM-A236B Android 14 OEM Samsung 2 10 Apr 2026
Samsung SM-A266B Android 15 - 2 21 Aug 2025
Samsung SM-A266B Android 16 - 1 26 Jan 2026
Samsung SM-A346B Android 15 OEM Samsung 1 27 Jul 2026
Samsung SM-A515F Android 13 - 1 30 Jun 2025
Samsung SM-A528B Android 13 - 1 19 Jun 2025
Samsung SM-A536B Android 15 - 1 19 Jun 2025
Samsung SM-A536B Android 16 OEM Samsung 1 29 Jul 2026
Samsung SM-A556B Android 15 - 1 1 Jul 2025
Samsung SM-A566B Android 16 OEM Samsung 3 12 Sep 2026
Samsung SM-F721B Android 15 - 1 9 Jul 2025
Samsung SM-F766B Android 16 - 1 11 Nov 2025
Samsung SM-F971B Android 17 OEM Samsung 1 18 Sep 2026
Samsung SM-G766B Android 15 - 1 17 Oct 2025
Samsung SM-G766B Android 16 OEM Samsung 1 5 Sep 2026
Samsung SM-G780F Android 13 OEM Samsung 1 29 Dec 2025
Samsung SM-G973U Android 12 OEM Samsung 2 10 Jun 2026
Samsung SM-G991B Android 15 OEM Samsung 1 19 Apr 2026
Samsung SM-N950U1 Android 9.0 - 1 20 Aug 2025
Samsung SM-N986B Android 13 - 9 17 Jul 2025
Samsung SM-S721U Android 15 - 5 5 Aug 2025
Samsung SM-S731B Android 16 OEM Samsung 1 11 Aug 2026
Samsung SM-S906B Android 15 - 1 2 Jun 2025
Samsung SM-S908U Android 16 OEM Samsung 2 17 Sep 2026
Samsung SM-S921B Android 15 OEM Samsung 2 22 Jul 2025
Samsung SM-S921B Android 16 OEM Samsung 1 17 Sep 2026
Samsung SM-S921U Android 15 - 1 19 Jun 2025
Samsung SM-S926B Android 16 OEM Samsung 1 14 Apr 2026
Samsung SM-S928B Android 16 OEM Samsung 2 12 Jun 2026
Samsung SM-S928U1 Android 15 - 1 12 Sep 2025
Samsung SM-S931B Android 15 - 1 20 Sep 2025
Samsung SM-S931B Android 16 - 1 23 Nov 2025
Samsung SM-S936B Android 16 - 1 18 Dec 2025
Samsung SM-S937B Android 15 - 1 25 Aug 2025
Samsung SM-S938B Android 15 - 2 25 Aug 2025
Samsung SM-S942B Android 17 OEM Samsung 1 25 May 2026
Samsung SM-S948U Android 16 - 1 9 Sep 2026
Samsung SM-T636B Android 15 - 2 12 Oct 2025
Samsung SM-T976B Android 13 - 1 21 Jul 2025
Samsung SM-X200 Android 14 - 1 27 Aug 2025
Samsung SM-X716B Android 15 - 1 27 Jun 2025
Samsung SM-X910 Android 14 - 1 26 Jun 2025
Samsung SM-X910 Android 15 - 1 12 Sep 2025

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
BBCAgent en-gb 26
BBCAgent en 20
BBCAgent en-us 19
BBCAgent it-IT 5
BBCAgent nl-nl 5
BBCAgent de-de 3
BBCAgent en-nl 3
BBCAgent es-us 3
BBCAgent it-it 2
BBCAgent es-ES 2
BBCAgent en-GB 2
BBCAgent es-es 2
BBCAgent 2
BBCAgent fr-fr 2
BBCAgent ru-ru 1
BBCAgent en-US 1
BBCAgent en-au 1
BBCAgent es-US 1
BBCAgent fr-FR 1
BBCAgent pl-PL 1
BBCAgent pl-pl 1