System app database

Package

com.samsung.android.intellivoiceservice

Samsung Intelligence Voice Services

37device profiles
50observations
0user-facing hits
18 Sep 2026last seen

Guidance

Disable with caution verified 4 Sep 2026

Shown on the device as "Samsung Intelligence Voice Services", this is a Samsung background component with no launcher icon, signed by a Samsung OEM key. Samsung's own Galaxy Store listing for this package name calls it the Samsung Intelligence Service and describes it as the system that connects Samsung's native apps to the LLM server and to Galaxy Advanced Intelligence services when those apps request them. Its declared permissions point the same way: they include Bixby speech recognition language pack and model permissions, binding to a text-to-speech synthesis service, use of neural machine translation language packs, Samsung account access and binding to Google's AICore service. It is one of the larger preinstalled components in our sample, between roughly 54 MB and 117 MB depending on build. Read it as plumbing for Samsung's Galaxy AI speech and language features (dictation, translation, voice interaction in Samsung apps) rather than as an app a user opens. Exactly which features route through it, and which of those run on the device versus in Samsung's cloud, is not documented per package, so this note stops at the role rather than listing features. For Android Enterprise, EMM and kiosk deployments the useful control is policy rather than package removal. Samsung's Knox Service Plugin exposes a "process data only on device" policy that keeps Galaxy AI processing local, and advanced restriction policies that block individual Galaxy AI operations or all of them, which is the supported way to meet a data governance requirement while leaving the platform intact. Disabling this component instead would be an undocumented route to a similar end and could affect Samsung apps that expect it, so treat it as caution and use the Knox policies where you have them. It is not part of enrolment or device management. Version note: Samsung documents Galaxy AI as available on Galaxy S24 series devices running One UI 6.1 (Android 14) or later with Knox 3.10 or later, and the policy to block all Galaxy AI as needing Knox 3.11 or later, so both the features and the controls over them depend on the Knox and One UI versions in front of you. On this site the package is recorded with target SDKs 34 to 37 (Android 14 to 17) and versions from 1.1.12.33 to 1.3.10.15, so it is moving quickly; treat any feature-level claim as version-specific.

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.

1
signing cert
consistent across devices
40
permissions
largest set observed
51.4 MB – 111.5 MB
APK size
34 – 37
target SDK
1.1.12.33 → 1.3.10.24
versions observed
18
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_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.
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.
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
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.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
WRITE_INTERNAL_STORAGE -
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.apps.aicore.service.BIND_SERVICE -
com.samsung.android.bixby.asr.permission.USE_GD -
com.samsung.android.bixby.asr.permission.USE_LANGPACK -
com.samsung.android.bixby.asr.permission.USE_PLM -
com.samsung.android.intellivoiceservice.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.samsung.android.intellivoiceservice.ai.asr.permission.SYSTEM_SPEECH_RECOGNITION_SERVICE_CONFIG_PROVIDER -
com.samsung.android.intellivoiceservice.assetmanager.permission.RECEIVE_REMOTE_ASSET_RESULT -
com.samsung.android.intellivoiceservice.cloudcore.permission.CLOUDCORE_FEATURE_PROVIDER -
com.samsung.android.intellivoiceservice.permission.SUPPORTED_FEATURE_PROVIDER -
com.samsung.android.intellivoiceservice.permission.SUPPORT_LANGUAGE_UPDATED -
com.samsung.android.nmt.permissions.s2t.languagepack.USE_LANGUAGE_PACK -
com.samsung.android.offline.languagemodel.ONDEVCE_SERVICE -
com.samsung.android.permission.READ_SCPM -
com.samsung.android.permission.READ_SSDID -
com.samsung.android.permission.WRITE_SCPM -
com.samsung.android.ptts.permission.UPDATE_PROFILE -
com.samsung.android.samsungaccount.permission.ACCOUNT_MANAGER -
com.samsung.android.scs.asr.permission.USE_LANGPACK -
com.samsung.android.security.permission.SAMSUNG_KEYSTORE_PERMISSION -
com.samsung.android.ttsservice.synthesis.permission.BIND_SYNTHESIS_SERVICE -
com.samsung.android.visual.cloudcore.permission.POLICY_PROVIDER -
com.samsung.android.visual.cloudcore.permission.SUPPORTED_FEATURE_PROVIDER -
com.samsung.epd.nlepd.resource.USE_NLEPD_RESOURCE -
com.samsung.sr.nmt.core.t2t.languagepack.permission.USE_LANGUAGE_PACK -
com.samsung.sr.nmt.core.t2t.languagepack.permission.USE_NMT_SERVICE -
com.sec.android.diagmonagent.permission.DIAGMON -
com.sec.android.diagmonagent.permission.PROVIDER -
com.sec.spp.permission.TOKEN_5cc2707be40ba57fe6ef365b76504d8532e4cda05764b6dfdd5792c1e27d82878fb50f5f64368a86232308bda93af7374f13171befc442805cb470f438e39603588bc546ec3667058b78768bcfc45130b7ed4a7b80249c02408d3d255be00ce7159517b1f312b3aa34304a32b6dfe4ba3eaff1f361ac2b620757856471d7c240 -

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

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-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-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-G991B Android 15 OEM Samsung 1 19 Apr 2026
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-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 Intelligence Service en 18
Samsung Intelligence Voice Services en-us 9
Samsung Intelligence Service en-us 8
Samsung Intelligence Service en-gb 8
Samsung Intelligence Voice Services en-gb 7
Samsung Intelligence Service it-IT 5
Samsung Intelligence Voice Services nl-nl 3
Samsung Intelligence Voice Services es-es 2
Samsung Intelligence Voice Services es-ES 2
Samsung Intelligence Voice Services en-nl 2
Samsung Intelligence Voice Services en 2
Samsung Intelligence Service cs-CZ 1
Samsung Intelligence Service cs-cz 1
Samsung Intelligence Service de-de 1
Samsung Intelligence Service en-au 1
Samsung Intelligence Service en-nl 1
Samsung Intelligence Service it-it 1
Samsung Intelligence Service nl-nl 1
Samsung Intelligence Service pl-PL 1
Samsung Intelligence Service pl-pl 1
Samsung Intelligence Voice Services en-GB 1
Samsung Intelligence Voice Services es-us 1
Samsung Intelligence Voice Services it-it 1
Samsung Intelligence Voice Services de-de 1
Samsung Intelligence Voice Services ru-ru 1