System app database

Package

com.samsung.android.kgclient

Device Services

48device profiles
72observations
0user-facing hits
18 Sep 2026last seen

Guidance

Do not disable verified 26 Jul 2026

Shown on the device simply as "Device Services", this is Samsung's on-device client for Knox Guard. Knox Guard is a cloud service from Samsung that protects devices, enterprise assets and payment plans against theft, loss and financial default: an administrator can remotely lock a device, push a lock screen message or payment reminder, restrict which SIMs may be used, block adb and developer mode, and lock devices that have not connected to a network for a set period. This client is the component on the handset that receives and enforces those instructions. In our sample it is signed by a Samsung OEM key that also signs the Android framework, a platform-level key. For Android Enterprise, EMM and kiosk work the important point is that Knox Guard sits underneath your EMM rather than beside it, and it can stop enrolment outright. By default, Knox Guard activated devices manufactured with Android 15 and higher cannot be enrolled into Android Enterprise at all: both fully managed (device owner) and work profile (profile owner) provisioning are blocked until an administrator unblocks Android Enterprise provisioning for those devices in the Knox Guard console. If a Samsung device refuses to provision for no obvious reason, checking whether it is Knox Guard activated is a worthwhile step. Knox Guard is a deterrent against theft and default, so this client is not something to disable: on an activated device, disabling it is exactly what the service exists to resist. Its behaviour on a device that was never activated is not described in Samsung's documentation, so do not assume it is inert there. Version note: the role here has changed more than once. Knox Guard only supports Samsung devices manufactured with Android 11 or higher, and like other Knox cloud services it is supported on the five most recent major Android versions. Samsung blocked new enrolments on devices running Knox Guard client 1.0 (Android P and Q builds) from April 2025, with existing enrolled devices supported for the remainder of their service periods. The default block on Android Enterprise provisioning described above applies to devices manufactured with Android 15 and higher, so behaviour on older hardware differs.

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
55
permissions
largest set observed
3.0 MB – 6.9 MB
APK size
29 – 37
target SDK
2.3.48 → 4.0.69
versions observed
22
device profiles
Declared permissions (55)

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_KEYGUARD_SECURE_STORAGE Signature-level system permission, for platform-signed apps.
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_CLOSE_SYSTEM_DIALOGS Signature or privileged system permission. docs ↗
CALL_PRIVILEGED Signature or privileged system permission.
DEVICE_POWER Signature-level system permission, for platform-signed apps.
DUMP Signature or privileged system permission.
INTERACT_ACROSS_USERS 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.
MANAGE_DEVICE_ADMINS Signature-level system permission, for platform-signed apps.
MANAGE_NETWORK_POLICY Signature-level system permission, for platform-signed apps.
MANAGE_USB Signature or privileged system permission.
MANAGE_USERS Signature or privileged system permission.
MODIFY_PHONE_STATE Signature or privileged system permission.
PACKAGE_USAGE_STATS Signature or privileged system permission.
POST_NOTIFICATIONS Allows the app to show notifications
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
READ_LOGS Signature or privileged system permission.
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
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.
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.
SET_PROCESS_LIMIT Signature or privileged system permission.
SET_WALLPAPER Allows the app to set the system wallpaper.
START_ACTIVITIES_FROM_BACKGROUND Signature or privileged system permission. docs ↗
STATUS_BAR Signature or privileged system permission.
STOP_APP_SWITCHES Signature or privileged system permission.
SUBSTITUTE_NOTIFICATION_APP_NAME Signature or privileged system permission.
UPDATE_APP_OPS_STATS Signature or privileged system permission.
UPDATE_DEVICE_STATS Signature or privileged system permission.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
WRITE_APN_SETTINGS Signature or privileged system permission. docs ↗
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.google.android.c2dm.permission.RECEIVE -
com.google.android.providers.settings.permission.WRITE_GSETTINGS -
com.samsung.android.kgclient.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.samsung.android.knox.permission.KNOX_APP_MGMT -
com.samsung.android.knox.permission.KNOX_CONTAINER -
com.samsung.android.knox.permission.KNOX_CUSTOM_SETTING -
com.samsung.android.knox.permission.KNOX_DATE_TIME -
com.samsung.android.knox.permission.KNOX_DEX -
com.samsung.android.knox.permission.KNOX_ENTERPRISE_DEVICE_ADMIN -
com.samsung.android.knox.permission.KNOX_HW_CONTROL -
com.samsung.android.knox.permission.KNOX_INTERNAL_EXCEPTION -
com.samsung.android.knox.permission.KNOX_KIOSK_MODE -
com.samsung.android.knox.permission.KNOX_LICENSE_INTERNAL -
com.samsung.android.knox.permission.KNOX_LOCATION -
com.samsung.android.knox.permission.KNOX_PHONE_RESTRICTION -
com.samsung.android.knox.permission.KNOX_RESTRICTION_MGMT -
com.samsung.android.knox.permission.KNOX_SECURITY -
com.samsung.android.knox.permission.KNOX_SIM_RESTRICTION -
com.samsung.android.knoxguard.STATUS -
com.samsung.permission.LAUNCH_SOFTWARE_UPDATE -
com.sec.android.EXCEPTION_AUTORUN_DEFAULT_OFF -

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

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-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
Device Services en-gb 26
Device Services en 20
Device Services en-us 19
Device Services nl-nl 5
Device Services it-IT 5
Device Services es-us 3
Device Services de-de 3
Device Services en-nl 3
Device Services es-es 2
Device Services 2
Device Services fr-fr 2
Device Services es-ES 2
Device Services en-GB 2
Device Services it-it 2
Device Services ru-ru 1
Device Services cs-CZ 1
Device Services cs-cz 1
Device Services en-US 1
Device Services en-au 1
Device Services es-US 1
Device Services fr-FR 1
Device Services fr-dz 1
Device Services pl-PL 1
Device Services pl-pl 1