System app database

Package

com.wssyncmldm

Software update

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

Guidance

Do not disable verified 29 Jul 2026

Made by Samsung and labelled "Software update" on the device in every locale we have recorded, this package sits on the firmware update path on Galaxy hardware. It has no launcher entry of its own in our sample, and it is signed by Samsung OEM keys that also sign the Android framework. Samsung does not publish a page describing this package on its own, so treat the mapping between it and the Settings entry a user sees as inferred from the device label rather than as documented behaviour. What is documented is where it matters most in an Android Enterprise, EMM or kiosk deployment. Samsung's Knox E-FOTA FAQ states that on a device deployed as a kiosk the Knox E-FOTA client "needs to be cleared by adding additional packages (com.wssyncmldm, com.samsung.android.knox.efota, and com.samsung.android.knox.efota.plugin) to control the app allowlist, so that the device can receive firmware update notifications and apply updates". The Knox Manage knowledge base article for the same problem tells administrators to add com.wssyncmldm as a system app in the console. If your kiosk allowlist omits it, the usual symptom is a fleet that silently stops taking firmware and security updates, so this is a package to allow rather than to block. Note also that Knox E-FOTA changes what the consumer update path does: once a device is enrolled in Knox E-FOTA it no longer receives the consumer, or business-to-consumer, firmware updates, and unenrolling is what re-enables them. Where you want to hold or schedule updates, use policy rather than interfering with the updater: a DPC can set a system update policy of automatic, windowed or postponed, and on Android 9 (API level 28) or higher it can define freeze periods of up to 90 days. Version note: builds observed here run from 3.9.16 to 4.6.13, targeting API 31 up to 36, so it is maintained across current Android releases. Samsung ships more than one update-related package - com.sec.android.soagent is documented separately on this site and carries the same "Software update" label - and we could not source how the work is divided between them on a given build, so do not assume either one is the whole update stack.

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
8.7 MB – 15.4 MB
APK size
31 – 36
target SDK
3.9.16 → 4.6.17
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_CACHE_FILESYSTEM Signature or privileged system permission.
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.
BATTERY_STATS Signature or privileged system permission.
CHANGE_CONFIGURATION Signature or privileged system permission.
CHANGE_NETWORK_STATE Allows the app to change the state of network connectivity.
CRYPT_KEEPER Signature or privileged system permission.
DELETE_CACHE_FILES Signature or privileged system permission.
DISABLE_KEYGUARD Allows the app to disable the keylock and any associated password security. For example, the phone disables the keylock when receiving an incoming phone call, then re-enables the keylock when the call is finished.
FOREGROUND_SERVICE_LOCATION Allows the app to make use of foreground services with the type "location"
FOREGROUND_SERVICE_SYSTEM_EXEMPTED Allows the app to make use of foreground services with the type "systemExempted"
GET_TASKS Allows the app to retrieve information about currently and recently running tasks. This may allow the app to discover information about which applications are used on the device.
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.
NOTIFY_PENDING_SYSTEM_UPDATE 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.
READ_SYNC_SETTINGS Allows the app to read the sync settings for an account. For example, this can determine whether the People app is synced with an account.
REBOOT 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.
RECOVERY Signature or privileged system permission.
SCHEDULE_EXACT_ALARM This app can schedule work to happen at a desired time in the future. This also means that the app can run when you\u2019re not actively using the device.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
WRITE_APN_SETTINGS Signature or privileged system permission. docs ↗
WRITE_SETTINGS Allows the app to modify the system's settings data. Malicious apps may corrupt your system's configuration.
com.google.android.c2dm.permission.RECEIVE -
com.google.android.providers.gsf.permission.READ_GSERVICES -
com.samsung.android.app.pad.permission.READ_PROVIDER -
com.samsung.android.app.pad.permission.WRITE_PROVIDER -
com.samsung.android.app.updatecenter.provider.READ -
com.samsung.android.app.updatecenter.provider.WRITE -
com.samsung.android.knoxguard.STATUS -
com.samsung.android.security.permission.SAMSUNG_KEYSTORE_PERMISSION -
com.samsung.android.settings.permission.ACCESS_EPISODE -
com.samsung.permission.LAUNCH_SOFTWARE_UPDATE -
com.sec.android.app.setupwizardlegalprovider.GETDOCUMENT -
com.sec.android.diagmonagent.permission.DIAGMON -
com.sec.android.diagmonagent.permission.PROVIDER -
com.sec.android.fotaclient.permission.FOTA -
com.sec.enterprise.knox.MDM_CONTENT_PROVIDER -
com.wssyncmldm.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -

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

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-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
Software update en-gb 26
Software update en 18
Software update en-us 17
Aggiornamento software it-IT 5
Softwareupdate nl-nl 5
Actualización de software es-us 3
Software update en-nl 3
Software-Update de-de 3
Actualización de software es-es 2
Actualización de software es-ES 2
Aggiornamento software it-it 2
Software update 2
Software update en-GB 2
Actualización de software es-US 1
Aktualizace softwaru cs-cz 1
Aktualizace softwaru cs-CZ 1
Aktualizacja oprogramowania pl-PL 1
Aktualizacja oprogramowania pl-pl 1
Mise à jour du logiciel fr-fr 1
Mise à jour du logiciel fr-FR 1
Mise à jour du logiciel fr-dz 1
Mise à jour logicielle fr-fr 1
Software update en-au 1
Software update en-US 1
Обновление ПО ru-ru 1