System app database

Package

com.sec.android.app.SecSetupWizard

Samsung setup wizard

42device profiles
64observations
0user-facing hits
27 Jul 2026last seen

Guidance

Disable with caution verified 27 Jul 2026

Labelled "Samsung setup wizard" on the device, this is Samsung's own out-of-box experience on Galaxy hardware. It is made by Samsung and signed by a Samsung OEM key that also signs the Android framework, so it is a platform-signed system component; it has no Play listing and no launcher entry in our sample. It sits alongside Google's com.google.android.setupwizard, documented separately on this site, rather than replacing it: the permissions recorded for it here include com.google.android.setupwizard.SETUP_COMPAT_SERVICE, together with MANAGE_ROLE_HOLDERS, INVOKE_CARRIER_SETUP and its own com.sec.android.app.SecSetupWizard.permission.SHOW_SETUP_WIZARD, which is consistent with it driving first-boot screens and handing off to the Google setup flow. It also declares Samsung account, Samsung Cloud and Kids Home permissions, matching the Samsung-specific steps a Galaxy device shows during setup. For Android Enterprise, EMM and kiosk work the important point is that Samsung documents this exact package as something you can block, and warns what happens if you block it at the wrong moment. Knox KBA-1273 tells administrators to disable com.sec.android.app.SecSetupWizard before updating to One UI 6 in order to suppress the One UI 6 welcome screen that otherwise appears after the update, applying the block through an EMM app-restriction policy. The same article is explicit that this is only a workaround for devices that have already been set up: on a new device, disabling it results in a device enrolment failure with an "Action Not Allowed" error. Samsung also notes that fully managed devices running One UI 6.1.1 or higher do not show the welcome screen at all, so the workaround is unnecessary there. Treat it as a package to leave alone during provisioning and to touch only with a specific, tested reason afterwards. Version note: the role of this package is version-sensitive on two counts. The welcome-screen behaviour above changed with One UI 6 and again by One UI 6.1.1, per the Knox article. Separately, Samsung documents an optimised setup wizard for Android Enterprise Recommended devices, on the basis that collecting diagnostic data and sending marketing information is not appropriate on a managed device: the user is still shown the consent options during setup, and where the corresponding data collection is disallowed the agreement is withdrawn by policy afterwards and the user is told so, with the settings then reachable from the device's privacy menu. Samsung does not state Android or Knox version requirements for that AER behaviour, so we cannot pin it to a release. The builds observed in this database run from 4.1.44.1 to 9.0.23.1 with target SDKs from 30 to 36, so it has been seen across several Android and One UI generations.

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
27
permissions
largest set observed
5.4 MB – 12.9 MB
APK size
30 – 36
target SDK
4.1.44.1 → 9.0.23.1
versions observed
15
device profiles
Declared permissions (27)

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_NETWORK_STATE Allows the app to view information about network connections such as which networks exist and are connected.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
FOREGROUND_SERVICE_SPECIAL_USE Allows the app to make use of foreground services with the type "specialUse"
INVOKE_CARRIER_SETUP Signature or privileged system permission.
MANAGE_ROLE_HOLDERS Signature-level system permission, for platform-signed apps.
MODIFY_PHONE_STATE Signature or privileged system permission.
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.
USE_BIOMETRIC Allows the app to use biometric hardware for authentication
com.att.iqi.permission.UPDATE_RUNTIME_PERMISSIONS -
com.google.android.setupwizard.SETUP_COMPAT_SERVICE -
com.samsung.android.dbsc.permission.LAUNCH -
com.samsung.android.permission.REQUEST_SCLOUD -
com.samsung.android.samsungaccount.permission.ACCOUNT_MANAGER -
com.samsung.android.samsungaccount.permission.MINOR_INFO_PROVIDER.READ -
com.samsung.android.scloud.app.ui -
com.samsung.android.sm.permission.BIND_DEVICE_SECURITY -
com.samsung.kidshome.KIDSAPP_ENABLE_PERMISSION -
com.sec.android.app.SecSetupWizard.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.sec.android.app.SecSetupWizard.permission.SHOW_SETUP_WIZARD -
com.sec.android.app.reactive.permission.ACCESS_REACTIVE_SERVICE -
com.sec.android.app.setupwizardlegalprovider.GETDOCUMENT -
com.sec.enterprise.knox.cloudmdm.smdms.permission.SAMSUNG_MDM_SERVICE -
com.sec.enterprise.knox.cloudmdm.smdms.provider.permission.READ -
com.sec.spp.permission.TOKEN_0a673a43fe4ce6bad86d62033a56b8c46cdf3f3c3bc8c31f8b3d0d74bdaca943abe37a9dab3edfe07fd4ba0cb111b60ebb2027bbac37418ecd7c71f6f632966126c56219ca6d650cb6fcf1fc6eef5f1c315ef79e65136565922277012cc55b09a2961a23409186580118c07866b7cf9c397c111e04831799a1064ed6c9e4a8e2 -
com.sec.spp.permission.TOKEN_ae970a71b31f3f6a0a28dd1690acb229f294e1a7e05f09e3259961c18c12a420f24b8b2ddc881c4985c326c2589ab125498154ed16efc40d3d248c0969066d116c002afe6edf58087e91055ce309ebdbe59c92956faf5d0dfc1e08e45ae1be7369c3e13ee7d84b715bc39e615c1bd4d6016ce264a8318d03ac3bfd1055e10f24 -
com.smithmicro.netwise.director.comcast.oem.NWD_SDK -

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

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
Samsung setup wizard en-gb 22
Samsung setup wizard en-us 16
Samsung setup wizard en 13
Configurazione guidata Samsung it-IT 5
Samsung Instelwizard nl-nl 5
Asistente de configuración de Samsung es-us 3
Samsung Einrichtungsassistent de-de 3
Samsung setup wizard en-nl 3
Asistente de configuración de Samsung es-ES 2
Asistente de configuración de Samsung es-es 2
Assistant de configuration Samsung fr-fr 2
Configurazione guidata Samsung it-it 2
Samsung setup wizard en-GB 2
Samsung setup wizard 2
Asistente de configuración de Samsung es-US 1
Assistant de configuration Samsung fr-dz 1
Assistant de configuration Samsung fr-FR 1
Kreator konfiguracji Samsung pl-PL 1
Kreator konfiguracji Samsung pl-pl 1
Samsung setup wizard en-US 1
Samsung setup wizard en-au 1
Мастер настройки Samsung ru-ru 1