System app database

Package

com.sec.android.app.servicemodeapp

Service mode

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

Guidance

Disable with caution verified 1 Aug 2026

A Samsung-signed system package labelled "Service mode", with no launcher entry: this site records it as not user-facing on every observation. It sits in the same family as DRParser Mode (com.sec.android.app.parser, documented above), the component that turns dialled keystrings into hidden engineering screens, and "Service mode" is Samsung's own term for those service and engineering menus. The limitation stated plainly: Samsung does not publish documentation for this package, so which screens it actually presents is not sourceable and this note does not guess at them. One observation from Samsung's own listings is worth recording, without drawing a conclusion from it: the same application lists carry a separate package, com.sec.android.RilServiceModeApp, under the label "Service mode RIL", so Samsung ships more than one service-mode component and the split between them is not documented. Version note: no change of role could be sourced across Android releases, and the package looks long-standing rather than superseded, observed here from API 28 through API 37. Samsung's listings record its version as 9 on Android 9-era Galaxy S10+ firmware and 11 on Android 11-era Galaxy S20 FE firmware, which matches the Android major version in both cases, though two data points do not establish that as a rule. Separately, the platform mechanism that carries dialler debug codes changed in Android 10, as described in the DRParser Mode entry above; whether this package relies on that platform broadcast rather than on Samsung's own handling is not documented, so read that change as context for the family rather than as an established fact about this package. For Android Enterprise, EMM and kiosk use, the guidance is the same as for DRParser Mode: treat dialler-reachable engineering menus as a surface to keep out of reach through the app allowlist and through testing the finished kiosk, rather than assuming the package can simply be stripped. Because Samsung does not document what depends on it, disabling is rated caution.

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
40
permissions
largest set observed
0.2 MB – 0.5 MB
APK size
30 – 37
target SDK
12 → 17
versions observed
22
device profiles
Declared permissions (40)

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_CHECKIN_PROPERTIES 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_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.
BLUETOOTH_ADMIN Allows the app to configure the local Bluetooth phone, and to discover and pair with remote devices.
BLUETOOTH_STACK Signature-level system permission, for platform-signed apps.
CALL_PHONE Allows the app to call phone numbers without your intervention. This may result in unexpected charges or calls. Note that this doesn't allow the app to call emergency numbers. Malicious apps may cost you money by making calls without your confirmation, or dial carrier codes which cause incoming calls to be automatically forwarded to another number.
CHANGE_CONFIGURATION Signature or privileged system permission.
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.
CLEAR_APP_USER_DATA Signature-level system permission, for platform-signed apps.
DEVICE_POWER Signature-level system permission, for platform-signed apps.
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.
DUMP Signature or privileged system permission.
HARDWARE_TEST Signature-level system permission, for platform-signed apps.
INTERACT_ACROSS_USERS Signature or privileged system permission.
MASTER_CLEAR Signature or privileged system permission.
MODIFY_AUDIO_SETTINGS Allows the app to modify global audio settings such as volume and which speaker is used for output.
MODIFY_PHONE_STATE Signature or privileged system permission.
MOUNT_UNMOUNT_FILESYSTEMS Signature or privileged system permission.
READ_CONTACTS Allows the app to read data about your contacts stored on your phone. Apps will also have access to the accounts on your phone that have created contacts. This may include accounts created by apps you have installed. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.
READ_EXTERNAL_STORAGE Allows the app to read the contents of your shared storage.
READ_LOGS Signature or privileged system permission.
READ_PHONE_STATE Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active, and the remote number connected by a call.
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.
SYSTEM_ALERT_WINDOW This app can appear on top of other apps or other parts of the screen. This may interfere with normal app usage and change the way that other apps appear.
VIBRATE Allows the app to control the vibrator.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
WRITE_APN_SETTINGS Signature or privileged system permission. docs ↗
WRITE_CONTACTS Allows the app to modify the data about your contacts stored on your phone. This permission allows apps to delete contact data.
WRITE_EXTERNAL_STORAGE Allows the app to write the contents of your shared storage.
WRITE_MEDIA_STORAGE Signature or privileged system permission.
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.samsung.android.hostmanager.permission.ACCESS_UNIFIED_HOST_MANAGER -
com.samsung.android.permission.NETWORK_WAKELOCK_MONITORING -
com.samsung.android.permission.SEM_MEDIA_CONTENTS -
com.sec.imslogger.permission.SERVICE -
com.sec.phone.permission.SEC_FACTORY_PHONE -

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

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