System app database

Package

com.samsung.android.kgclient

Device Services

42device profiles
64observations
0user-facing hits
27 Jul 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
53
permissions
largest set observed
3.0 MB – 6.3 MB
APK size
29 – 37
target SDK
2.3.48 → 4.0.32
versions observed
15
device profiles
Declared permissions (53)

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
android.Manifest.permission.MANAGE_DEVICE_ADMINS -
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_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 ↗
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_SCAN Allows the app to discover and pair nearby Bluetooth devices
CALL_PRIVILEGED Signature or privileged system permission.
DEVICE_POWER Signature-level system permission, for platform-signed apps.
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.
POST_NOTIFICATIONS Allows the app to show notifications
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
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.
SET_PROCESS_LIMIT Signature or privileged system permission.
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.
com.google.android.c2dm.permission.RECEIVE -
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE -
com.google.android.providers.settings.permission.WRITE_GSETTINGS -
com.samsung.android.kgclient.permission.C2D_MESSAGE -
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_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.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-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-A556B Android 15 - 1 1 Jul 2025
Samsung SM-A566B Android 16 - 2 4 Nov 2025
Samsung SM-F721B Android 15 - 1 9 Jul 2025
Samsung SM-F766B Android 16 - 1 11 Nov 2025
Samsung SM-G766B Android 15 - 1 17 Oct 2025
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-S906B Android 15 - 1 2 Jun 2025
Samsung SM-S908U Android 16 OEM Samsung 1 27 Jul 2026
Samsung SM-S921B Android 15 OEM Samsung 2 22 Jul 2025
Samsung SM-S921B Android 16 OEM Samsung 1 27 Jul 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-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 22
Device Services en-us 16
Device Services en 13
Device Services nl-nl 5
Device Services it-IT 5
Device Services en-nl 3
Device Services es-us 3
Device Services de-de 3
Device Services 2
Device Services en-GB 2
Device Services es-ES 2
Device Services es-es 2
Device Services fr-fr 2
Device Services it-it 2
Device Services fr-dz 1
Device Services pl-pl 1
Device Services en-au 1
Device Services ru-ru 1
Device Services en-US 1
Device Services pl-PL 1
Device Services es-US 1
Device Services fr-FR 1