Package
com.samsung.android.mcfserver
Samsung Multi Connectivity
Guidance
"Samsung Multi Connectivity", the other half of the "mcf" pair on Galaxy devices. Samsung's own Common Criteria application list for the Galaxy S20 5G (G981U, Android 11) records this package under exactly that name at version 1.0.02.85, which is the clearest first-party confirmation of what it is called and that Samsung ships it. It has no Galaxy Store listing, it carries no launcher entry in any observation here, and it is signed by the same Samsung framework key. What it appears to do is manage the radio-level side of connecting to and ranging against nearby devices, leaving the higher-level continuity and handoff behaviour to com.samsung.android.mcfds. The permissions this site records point that way: BLUETOOTH_PRIVILEGED, BLUETOOTH_STACK, START_BLE_PROXY, UWB_RANGING, UWB_PRIVILEGED, NEARBY_WIFI_DEVICES, ACCESS_LOCAL_NETWORK, LOCAL_MAC_ADDRESS, LOCATION_HARDWARE, OVERRIDE_WIFI_CONFIG, NETWORK_SETTINGS, READ_CONTACTS, GET_ACCOUNTS_PRIVILEGED and WRITE_SECURE_SETTINGS. Samsung publishes no functional description of the package, so that reading is inferred from the permissions and the shared naming, not stated by Samsung. Version note: builds recorded here run from 1.2.02.8 to 4.6.11.11, targeting API 32 to 36. Because the newest build string is identical to com.samsung.android.mcfds, the two look like one versioned component set on current devices, even though the S20 list shows this package shipping on Android 11 without its partner. Nothing sourced here explains what changed between those points, so treat the pairing as a current-device observation rather than a stable rule across releases. For Android Enterprise, EMM and kiosk work, treat it as infrastructure for Samsung's device-to-device features rather than a feature in its own right. It has no user interface to lock down and no Knox Service Plugin restriction of its own. If the goal is to stop cross-device sharing on a managed handset, the practical levers are the documented feature-level and application-level controls rather than this package, and Knox Manage's application policies are the documented route to block it by name. Caution rather than safe: removing a connectivity service that other Samsung components call into can have effects beyond the feature you meant to remove, and none of those effects are documented, so test before rolling out.
- Galaxy S20 5G (G981U) application list - Samsung Knox CC Mode documentation →
- Device restrictions - Knox Service Plugin - Samsung Knox Documentation →
- Enable or disable a specific system app - Knox Manage - Samsung Knox Documentation →
- Package provenance for com.samsung.android.mcfserver - Android System App Database →
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.
- Signed by the device maker's own signing key (Samsung), so it is an OEM preinstall, and that single certificate is consistent across all 19 device profiles. It also signs the Android framework, so it is a platform-level key on its device(s). Inferred from the certificate appearing only on Samsung devices (508 packages, 10196 observations).
- Its largest observed manifest declares 38 permissions: 7 runtime (user-granted), 13 signature or system-level, 7 install-time and 11 vendor or uncatalogued.
- Never reported as user-facing, so it runs as a background or system component rather than an app the user opens.
Declared permissions (38)
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.
| Permission | Description |
|---|---|
ACCESS_COARSE_LOCATION |
This app can get your approximate location from location services while the app is in use. Location services for your device must be turned on for the app to get location. |
ACCESS_LOCAL_NETWORK |
- |
ACCESS_NETWORK_STATE |
Allows the app to view information about network connections such as which networks exist and are connected. |
ACCESS_WIFI_STATE |
Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices. |
BIND_QUICK_SETTINGS_TILE |
Signature-level system permission, for platform-signed apps. docs ↗ |
BLUETOOTH |
Allows the app to view the configuration of the Bluetooth on the phone, and to make and accept connections with paired devices. |
BLUETOOTH_ADMIN |
Allows the app to configure the local Bluetooth phone, and to discover and pair with remote devices. |
BLUETOOTH_ADVERTISE |
Allows the app to advertise to nearby Bluetooth devices |
BLUETOOTH_CONNECT |
Allows the app to connect to paired Bluetooth devices |
BLUETOOTH_PRIVILEGED |
Signature or privileged system permission. |
BLUETOOTH_SCAN |
Allows the app to discover and pair nearby Bluetooth devices |
BLUETOOTH_STACK |
Signature-level system permission, for platform-signed apps. |
CHANGE_NETWORK_STATE |
Allows the app to change the state of network connectivity. |
CHANGE_WIFI_STATE |
Allows the app to connect to and disconnect from Wi-Fi access points and to make changes to device configuration for Wi-Fi networks. |
GET_ACCOUNTS_PRIVILEGED |
Signature or privileged system permission. |
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. |
LOCAL_MAC_ADDRESS |
Signature or privileged system permission. |
LOCATION_HARDWARE |
Signature or privileged system permission. |
NEARBY_WIFI_DEVICES |
Allows the app to advertise, connect, and determine the relative position of nearby Wi\u2011Fi devices |
NETWORK_SETTINGS |
Signature-level system permission, for platform-signed apps. |
OBSERVE_GRANT_REVOKE_PERMISSIONS |
Signature or privileged system permission. |
OVERRIDE_WIFI_CONFIG |
Signature or privileged system permission. |
READ_CONTACTS |
Allows the app to read data about your contacts stored on your phone. Apps will also have access to the accounts on your phone that have created contacts. This may include accounts created by apps you have installed. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge. |
READ_PRIVILEGED_PHONE_STATE |
Signature or privileged system permission. docs ↗ |
UWB_PRIVILEGED |
Signature or privileged system permission. |
UWB_RANGING |
Allow the app to determine relative position between nearby Ultra-Wideband devices |
WRITE_SECURE_SETTINGS |
Signature or privileged system permission. |
WRITE_SETTINGS |
Allows the app to modify the system's settings data. Malicious apps may corrupt your system's configuration. |
com.samsung.android.beaconmanager.permission.START_BLE_PROXY |
- |
com.samsung.android.ce.permission.ACCESS_DATABASE |
- |
com.samsung.android.mcfds.permission.ACCESS_SERVICE |
- |
com.samsung.android.mcfds.permission.START_SERVICE |
- |
com.samsung.android.mcfds.permission.USE_SAMSUNG_ANALYTICS_LOGGER |
- |
com.samsung.android.mcfserver.permission.START_SERVICE |
- |
com.samsung.android.mcfserver.permission.USE_PROVIDER_API |
- |
com.samsung.android.samsungaccount.permission.PROFILE_PROVIDER |
- |
com.samsung.android.security.permission.SAMSUNG_KEYSTORE_PERMISSION |
- |
com.samsung.android.stdpserver.permission.START_SERVICE |
- |
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.
/system, so Restore re-adds it (-k keeps app data)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.
| OEM | Model | Android | Provenance | Observations | Last seen |
|---|---|---|---|---|---|
| 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-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-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.
| Label | Locale | Seen |
|---|---|---|
| Samsung Multi Connectivity | en-gb | 23 |
| Samsung Multi Connectivity | en | 20 |
| Samsung Multi Connectivity | en-us | 18 |
| Samsung Multi Connectivity | nl-nl | 5 |
| Samsung Multi Connectivity | it-IT | 5 |
| Samsung Multi Connectivity | en-nl | 3 |
| Samsung Multi Connectivity | de-de | 3 |
| Samsung Multi Connectivity | 2 | |
| Samsung Multi Connectivity | es-ES | 2 |
| Samsung Multi Connectivity | es-es | 2 |
| Samsung Multi Connectivity | es-us | 2 |
| Samsung Multi Connectivity | it-it | 2 |
| Samsung Multi Connectivity | pl-pl | 1 |
| Samsung Multi Connectivity | en-US | 1 |
| Samsung Multi Connectivity | ru-ru | 1 |
| Samsung Multi Connectivity | en-au | 1 |
| Samsung Multi Connectivity | en-GB | 1 |
| Samsung Multi Connectivity | es-US | 1 |
| Samsung Multi Connectivity | pl-PL | 1 |