System app database

Package

com.sec.unifiedwfc

Wi-Fi Calling

44device profiles
68observations
0user-facing hits
18 Sep 2026last seen

Guidance

Disable with caution verified 18 Aug 2026

Labelled "Wi-Fi Calling" on Galaxy devices (and localised, so it appears as "WLAN-Anrufe", "Appels Wi-Fi" or "Llamadas Wi-Fi" depending on the device language), this is Samsung's Wi-Fi Calling component. Samsung describes the feature itself plainly: with it you can make calls and send messages over a Wi-Fi connection when cell service is not available, the phone must be on a Wi-Fi network and have active service via a SIM card or eSIM, and the control lives under Settings, Connections, Wi-Fi Calling. Samsung also notes a carrier dependency, that on AT&T phones VoLTE must be turned on before Wi-Fi Calling can be activated. In our sample it is signed by Samsung OEM keys that also sign the Android framework and has no launcher entry, so it is a preinstalled system component rather than an app a user opens. Its permission set is the useful evidence of where it sits: it holds permission identifiers naming com.sec.imsservice (the Samsung IMS stack documented separately on this site) and com.sec.epdg (documented below), read and write identifiers naming Samsung's own "iwlansettings" provider, and carrier-specific identifiers naming AT&T, Sprint, T-Mobile and Verizon. Those names are what the provenance data records; which package defines each one is not something it establishes. It also holds READ_SEARCH_INDEXABLES and a Samsung settings-search identifier, which is consistent with it supplying the Wi-Fi Calling entry inside Settings, though Samsung does not document that. For Android Enterprise, EMM and kiosk fleets it has no enrolment or management function, so the only question is whether the fleet uses the feature. On voice-capable deployments it usually earns its place: Wi-Fi calling is what keeps handsets usable in the exact environments corporate fleets live in, such as warehouses, basements and thick-walled buildings with poor cellular coverage. Removing it from a bulk debloat list is the safer default, and if it is disabled the change should be tested by placing a real call on a device with no cellular signal. Version note: the builds recorded here run from 6.9.13.63 to 8.5.00.26 with target SDKs from 30 to 36, and Samsung's own Common Criteria mode application lists record version 6.3.00.61 on Android 9-era Galaxy S10+ firmware and 6.5.00.50 on Android 11-era Galaxy S20 FE firmware. That spread points to a long-standing component rebuilt for each release rather than one superseded at a particular version. The platform around it has moved, though: AOSP states that from Android 12 Android includes support for TS.43 Service Entitlement Configuration, the GSMA specification defining the entitlement verification step for activating services including Voice-over-Wi-Fi, which is handled by a separate package (com.android.imsserviceentitlement, also documented here). Whether Samsung has moved any of its own Wi-Fi calling handling onto newer platform interfaces in recent One UI releases could not be sourced, so it is flagged here as an open question rather than answered.

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
44
permissions
largest set observed
5.2 MB – 8.5 MB
APK size
30 – 36
target SDK
6.9.13.63 → 8.5.00.29
versions observed
22
device profiles
Declared permissions (44)

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
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.
BLUETOOTH Allows the app to view the configuration of the Bluetooth on the phone, and to make and accept connections with paired devices.
BROADCAST_STICKY Allows the app to send sticky broadcasts, which remain after the broadcast ends. Excessive use may make the phone slow or unstable by causing it to use too much memory.
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.
CONNECTIVITY_INTERNAL Signature or privileged system permission.
CONNECTIVITY_USE_RESTRICTED_NETWORKS Signature or privileged system permission.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
INTERACT_ACROSS_USERS Signature or privileged system permission.
INTERNAL_SYSTEM_WINDOW 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.
MODIFY_PHONE_STATE Signature or privileged system permission.
POST_NOTIFICATIONS Allows the app to show notifications
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
READ_SEARCH_INDEXABLES 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.
START_ACTIVITIES_FROM_BACKGROUND Signature or privileged system permission. docs ↗
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
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.att.r2gIntegration.PERMISSION -
com.samsung.android.settings.intelligence.READ_SETTINGS_SEARCH_DATA_PROVIDER -
com.samsung.commonimsinterface.PERMISSION -
com.samsung.syncservice.permission.OMADM -
com.samsung.systemui.permission.SEC_UPDATE_CUSTOMTILE_VISIBILITY -
com.sec.android.phone.permission.BIND_INTERNAL_SERVICE -
com.sec.android.phone.permission.WFC_PHONE_STATE -
com.sec.android.providers.iwlansettings.permission.READ_IWLANSETTINGS -
com.sec.android.providers.iwlansettings.permission.WRITE_IWLANSETTINGS -
com.sec.epdg.PERMISSION -
com.sec.ims.android.volte.READ_PERMISSION -
com.sec.ims.android.volte.WRITE_PERMISSION -
com.sec.ims.nsds.READ_NSDS_PERMISSION -
com.sec.ims.nsds.WRITE_NSDS_PERMISSION -
com.sec.imsservice.PERMISSION -
com.sec.imsservice.READ_IMS_PERMISSION -
com.sec.imsservice.WRITE_IMS_PERMISSION -
com.sec.unifiedwfc.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.sec.unifiedwfc.permission.SEND_WAP_PUSH_SL -
com.sprint.internal.permission.SYSTEMPROPERTIES -
com.tmobile.dm.ms.services.permission.EXTERNAL_SERVICE -
com.verizon.ACCESS_VZW_ACCOUNT -
com.verizon.api.ACCESS -

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.sec.unifiedwfc
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.sec.unifiedwfc
Re-enable
adb shell pm enable com.sec.unifiedwfc
Restore (re-install for the current user)
adb shell pm install-existing com.sec.unifiedwfc

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-A057G Android 15 OEM Samsung 1 8 Aug 2026
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-M315F Android 12 - 1 2 Feb 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-X716B Android 15 - 1 27 Jun 2025

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Wi-Fi Calling en-gb 23
Wi-Fi Calling en 20
Wi-Fi Calling en-us 19
Bellen via Wi-Fi nl-nl 5
Chiamata Wi-Fi it-IT 5
WLAN-Anrufe de-de 3
Wi-Fi Calling en-nl 3
Appels Wi-Fi fr-fr 2
Chiamata Wi-Fi it-it 2
Llamada Wi-Fi es-us 2
Llamadas Wi-Fi es-es 2
Llamadas Wi-Fi es-ES 2
Wi-Fi Calling en-GB 2
Wi-Fi Calling 2
Appels Wi-Fi fr-FR 1
Appels Wi-Fi fr-dz 1
Llamada Wi-Fi es-US 1
Połączenie przez Wi-Fi pl-PL 1
Połączenie przez Wi-Fi pl-pl 1
Volání pomocí Wi-Fi cs-CZ 1
Volání pomocí Wi-Fi cs-cz 1
Wi-Fi Calling en-au 1
Wi-Fi Calling en-US 1
Вызовы по Wi-Fi ru-ru 1