Package
com.samsung.android.networkdiagnostic
NetworkDiagnostic
Guidance
Labelled "NetworkDiagnostic" in English, with localised equivalents in other locales such as "Netzwerkdiagnose" and "Diagnostica di rete", this is a Samsung background component with no launcher icon; this database records no user-facing observation of it. It is Samsung platform-signed, on an OEM key that also signs the Android framework. Its permission set on this site's provenance data reads as network fault-finding and reporting. It requests fine, coarse and background location, ACCESS_WIFI_STATE and CHANGE_WIFI_STATE, ACCESS_NETWORK_STATE, INTERNET, WRITE_SECURE_SETTINGS, RECEIVE_BOOT_COMPLETED and WAKE_LOCK, a Samsung permission named sec.permission.NETWORK_DIAGNOSTIC, two permissions named for Samsung's DiagMonAgent (the diagnostics component documented separately on this site), and a Samsung Push Service token permission. The location permissions are less surprising than they look: Android requires ACCESS_FINE_LOCATION plus CHANGE_WIFI_STATE to start a Wi-Fi scan, and ACCESS_FINE_LOCATION plus ACCESS_WIFI_STATE to read scan results, for apps targeting Android 10 or higher, with location services enabled. That does not make the location access harmless, but it does mean a Wi-Fi diagnostic tool cannot work without it. Samsung documents a user-facing Phone diagnostics feature, reachable from the Samsung Members app or from Settings, Device care, Diagnostics, whose test list includes Mobile network and Wi-Fi. A package named NetworkDiagnostic plausibly sits behind network testing of that kind, but Samsung's page describes the Members feature and does not name this package, so treat that link as a reasonable reading rather than a documented one. For Android Enterprise, EMM and kiosk use, no role in enrolment or policy is identified in the sources cited here, and nothing in the permission set points at one. The administrator's interest is a privacy one: this is a component that can see the device's location and Wi-Fi surroundings and has internet access and a push token, so it sits on the data-egress side of the estate rather than the management side. It is rated with caution because it is platform-signed and long-standing, its relationship to Samsung's other diagnostics components is not documented, and WRITE_SECURE_SETTINGS means it is trusted to change system settings, so removing it may have effects that only show up later; test on one device first. Version note: this is a long-standing component rather than a recent addition. Samsung's certified application lists record NetworkDiagnostic at 2.0.01.15 on the Galaxy S9 (Android 9), 2.5.04.3 on the Galaxy Note20 Ultra 5G (Android 10), 2.5.05.2 on the Galaxy S20 FE 5G (Android 11) and 2.5.05.3 on the Galaxy S21 Ultra 5G (Android 11), while this database records 2.5.06.13 to 2.5.07.5 across observed API levels 28 to 37. No change of role across Android releases could be sourced, so it is treated as evergreen here; if that is wrong, the change is one Samsung has not published.
- Check your Samsung Galaxy device status and run diagnostics - Samsung US →
- Wi-Fi scanning overview - Android Developers →
- Galaxy S9 LTE (G960F) Application List, Android 9 - Samsung Knox CC Mode →
- Galaxy Note20 Ultra 5G (N986B) Application List, Android 10 - Samsung Knox CC Mode →
- Galaxy S20 FE 5G (G781B) Application List, Android 11 - Samsung Knox CC Mode →
- Galaxy S21 Ultra 5G (G998B) Application List, Android 11 - Samsung Knox CC Mode →
- Package provenance for com.samsung.android.networkdiagnostic - 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 21 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 20 permissions: 3 runtime (user-granted), 1 signature or system-level, 8 install-time and 8 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 (20)
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_BACKGROUND_LOCATION |
This app can access location at any time, even while the app is not in use. |
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_FINE_LOCATION |
This app can get your precise 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. This may increase battery usage. |
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. |
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. |
FOREGROUND_SERVICE |
Allows the app to make use of foreground services. |
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. |
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. |
WAKE_LOCK |
Allows the app to prevent the phone from going to sleep. |
WRITE_SECURE_SETTINGS |
Signature or privileged system permission. |
com.samsung.android.clo.PERMISSION |
- |
com.samsung.android.networkdiagnostic.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION |
- |
com.samsung.permission.HQM_NOTIFICATION_PERMISSION |
- |
com.sec.android.diagmonagent.permission.DIAGMON |
- |
com.sec.android.diagmonagent.permission.PROVIDER |
- |
com.sec.phone.permission.SEC_FACTORY_PHONE |
- |
com.sec.spp.permission.TOKEN_a4a548a79d57fd9f0a02d3ca470bf13d9ccfb0517a4587cddb649b0de9594a938d6e0dd232ae883f630fb2fda7bc9e608c98fe4ccb16902a38eafa104357b9db394250c74237c30fa1b58b150850a85f07366ecbe98f6517925358a21cfba37b25a6b757285c95213ce5546d6c42be22f848f4e05188bb6135567a541085f4dd |
- |
sec.permission.NETWORK_DIAGNOSTIC |
- |
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-A057G | Android 15 | OEM Samsung | 1 | 8 Aug 2026 |
| Samsung | SM-A135F | Android 14 | OEM Samsung | 3 | 21 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-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 |
Known labels
Locale-aware display names seen in the wild.
| Label | Locale | Seen |
|---|---|---|
| NetworkDiagnostic | en-gb | 25 |
| NetworkDiagnostic | en | 20 |
| NetworkDiagnostic | en-us | 19 |
| Diagnostica di rete | it-IT | 5 |
| Netwerkdiagnose | nl-nl | 5 |
| NetworkDiagnostic | en-nl | 3 |
| Netzwerkdiagnose | de-de | 3 |
| Diagnostica di rete | it-it | 2 |
| NetworkDiagnostic | 2 | |
| NetworkDiagnostic | en-GB | 2 |
| NetworkDiagnostic | es-ES | 2 |
| NetworkDiagnostic | es-es | 2 |
| NetworkDiagnostic | es-us | 2 |
| Diagnostika sítě | cs-CZ | 1 |
| Diagnostika sítě | cs-cz | 1 |
| NetworkDiagnostic | ru-ru | 1 |
| NetworkDiagnostic | en-US | 1 |
| NetworkDiagnostic | fr-dz | 1 |
| NetworkDiagnostic | pl-PL | 1 |
| NetworkDiagnostic | pl-pl | 1 |
| NetworkDiagnostic | en-au | 1 |
| NetworkDiagnostic | es-US | 1 |