Package
com.samsung.android.incallui
Call
Guidance
Labelled "Call" on the device, this is the companion to Samsung's Phone app above. It is made by Samsung and signed by the same Samsung OEM key, which also signs the Android framework. Under Android's Telecom framework the in-call interface is provided by an InCallService implementation, which lets the user answer, control and end calls that Telecom is managing, and the package name here matches that role. Samsung documents this package as one of those that must be allowed for a device in kiosk mode to place calls, alongside the dialler, the telecom service and contacts, so it is clearly part of the calling path; how the work is divided between it and the dialler is not documented by Samsung and is not something we can source. In an Android Enterprise, EMM or kiosk context it has no launcher entry in our sample, and no enrolment or management function is identified in the cited sources, but Samsung's own kiosk guidance shows calls depend on it. Leaving it out of a kiosk allowlist is a documented cause of calls failing to connect, and disabling it on a device expected to make or take calls carries the same risk, so treat it as caution and pair any change with a real call test on one device before going wider. Version note: the builds observed here run from 13.3.02.12 to 18.0.00.106 with target SDKs from 30 to 37, so like the dialler it has been observed across several Android and One UI generations. As above, Android 7.0 shifted call notification handling from Telecom into the dialler app, which is the main version-specific change in this area on modern devices.
- Telecom framework overview - Android Developers →
- KBA-877: Unable to place phone calls in kiosk mode - Knox Service Plugin, Samsung Knox Documentation →
- Build a default phone application - Android Developers →
- Call notifications - Android Open Source Project →
- Package provenance for com.samsung.android.incallui - Android System App Database →
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.
- Signed by the device maker's own signing key (Samsung), so it is an OEM preinstall, but 2 different certificates appear across the fleet, so OEMs ship their own builds of it. It also signs the Android framework, so it is a platform-level key on its device(s). Inferred from the certificate appearing only on Samsung devices (493 packages, 7791 observations).
- Its largest observed manifest declares 225 permissions: 16 runtime (user-granted), 31 signature or system-level, 19 install-time and 159 vendor or uncatalogued.
- Reported as an updated system app on 2 of 15 profiles - a newer build is installed over the one in the system image there.
Declared permissions (225)
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.
| Permission | Description |
|---|---|
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_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. |
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 |
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_PRIVILEGED |
Signature or privileged system permission. |
BLUETOOTH_SCAN |
Allows the app to discover and pair nearby Bluetooth devices |
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. |
CAMERA |
This app can take pictures and record videos using the camera while the app is in use. |
CAPTURE_AUDIO_OUTPUT |
Signature or privileged system permission. docs ↗ |
CHANGE_NETWORK_STATE |
Allows the app to change the state of network connectivity. |
CONTROL_INCALL_EXPERIENCE |
Signature or privileged system permission. |
CONTROL_KEYGUARD |
Signature-level system permission, for platform-signed apps. |
DEVICE_POWER |
Signature-level system permission, for platform-signed apps. |
EXPAND_STATUS_BAR |
Allows the app to expand or collapse the status bar. |
FOREGROUND_SERVICE |
Allows the app to make use of foreground services. |
FOREGROUND_SERVICE_CAMERA |
Allows the app to make use of foreground services with the type "camera" |
FOREGROUND_SERVICE_CONNECTED_DEVICE |
Allows the app to make use of foreground services with the type "connectedDevice" |
FOREGROUND_SERVICE_MICROPHONE |
Allows the app to make use of foreground services with the type "microphone" |
FOREGROUND_SERVICE_PHONE_CALL |
Allows the app to make use of foreground services with the type "phoneCall" |
GET_INTENT_SENDER_INTENT |
Signature-level system permission, for platform-signed apps. |
INTERACT_ACROSS_USERS |
Signature or privileged system permission. |
INTERACT_ACROSS_USERS_FULL |
Signature-level system permission, for platform-signed apps. |
INTERNAL_SYSTEM_WINDOW |
Signature-level system permission, for platform-signed apps. |
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_ACTIVITY_STACKS |
Signature-level system permission, for platform-signed apps. |
MANAGE_APP_TOKENS |
Signature-level system permission, for platform-signed apps. |
MANAGE_OWN_CALLS |
Allows the app to route its calls through the system in order to improve the calling experience. |
MANAGE_ROLE_HOLDERS |
Signature-level system permission, for platform-signed apps. |
MANAGE_USERS |
Signature or privileged system permission. |
MODIFY_AUDIO_ROUTING |
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_AUDIO_SETTINGS_PRIVILEGED |
Signature or privileged system permission. |
MODIFY_PHONE_STATE |
Signature or privileged system permission. |
OBSERVE_SENSOR_PRIVACY |
Internal platform permission, granted only by the system. |
POST_NOTIFICATIONS |
Allows the app to show notifications |
QUERY_ALL_PACKAGES |
Allows an app to see all installed packages. |
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_DREAM_STATE |
Signature or privileged system permission. |
READ_EXTERNAL_STORAGE |
Allows the app to read the contents of your shared storage. |
READ_MEDIA_IMAGES |
Allows the app to read image files from your shared storage. |
READ_MEDIA_VIDEO |
Allows the app to read video files from your shared storage. |
READ_MEDIA_VISUAL_USER_SELECTED |
Allows the app to read image and video files that you select from your shared storage. |
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 ↗ |
REAL_GET_TASKS |
Signature or privileged system permission. |
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. |
RECORD_AUDIO |
This app can record audio using the microphone while the app is in use. |
REGISTER_CALL_PROVIDER |
Signature or privileged system permission. |
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_ACTIVITY_WATCHER |
Signature-level system permission, for platform-signed apps. |
STATUS_BAR |
Signature or privileged system permission. |
STATUS_BAR_SERVICE |
Signature-level system permission, for platform-signed apps. |
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. |
USE_COLORIZED_NOTIFICATIONS |
Signature-level system permission, for platform-signed apps. |
USE_FULL_SCREEN_INTENT |
Allows the app to display notifications as full screen activities on a locked device |
VIBRATE |
Allows the app to control the vibrator. |
WAKE_LOCK |
Allows the app to prevent the phone from going to sleep. |
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_DREAM_STATE |
Signature or privileged system permission. |
WRITE_EXTERNAL_STORAGE |
Allows the app to write the contents of your shared storage. |
WRITE_SECURE_SETTINGS |
Signature or privileged system permission. |
com.android.incallui.permission.RTT_CHAT_HISTORY |
- |
com.android.server.telecom.SMART_CALL_FUNCTION |
- |
com.android.voicemail.permission.ADD_VOICEMAIL |
- |
com.android.voicemail.permission.READ_VOICEMAIL |
- |
com.android.voicemail.permission.WRITE_VOICEMAIL |
- |
com.cequint.ecid.CALLER_ID_LOOKUP |
- |
com.ctqm.permission.VOLTE_CONTACT_QUERY |
- |
com.hiya.aegis.lookup_service.ACCESS |
- |
com.samsung.android.aicore.permission.BIND_DOWNLOAD_SERVICE |
- |
com.samsung.android.aicore.permission.BIND_ON_DEVICE_SERVICE |
- |
com.samsung.android.aicore.permission.BIND_WALLPAPER_SERVICE |
- |
com.samsung.android.aicore.permission.SUPPORTED_FEATURE_PROVIDER |
- |
com.samsung.android.app.deepsky.permission.ACCESS_SERVICE |
- |
com.samsung.android.app.reminder.permission.action.REGISTER |
- |
com.samsung.android.app.routines.permission.READ_ROUTINE_INFO |
- |
com.samsung.android.app.telephonyui.permission.READ_SETTINGS_PROVIDER |
- |
com.samsung.android.app.telephonyui.permission.READ_VVM_PREFERENCE |
- |
com.samsung.android.app.telephonyui.permission.USE_PHONE_VOICE_RECORDER |
- |
com.samsung.android.app.telephonyui.permission.USE_PHOTORING |
- |
com.samsung.android.app.telephonyui.permission.WRITE_SETTINGS_PROVIDER |
- |
com.samsung.android.app.tips.permission.USE_INTENT_SERVICE |
- |
com.samsung.android.aremoji.provider.permission.READ_STICKER_PROVIDER |
- |
com.samsung.android.bixby.agent.permission.READ_SETTINGS |
- |
com.samsung.android.call.plugin.permission.MENU_PROVIDER |
- |
com.samsung.android.callassistant.mcidprovider.permission.READ_MCID_PROVIDER |
- |
com.samsung.android.callassistant.mcidprovider.permission.WRITE_MCID_PROVIDER |
- |
com.samsung.android.callassistant.permission.READ_CALL_RECORDING_PROVIDER |
- |
com.samsung.android.callassistant.permission.READ_DICTATION_PROVIDER |
- |
com.samsung.android.callassistant.permission.TEST_MODE |
- |
com.samsung.android.callassistant.permission.TEXT_CALL |
- |
com.samsung.android.callassistant.permission.WRITE_CALL_RECORDING_PROVIDER |
- |
com.samsung.android.callassistant.permission.WRITE_DICTATION_PROVIDER |
- |
com.samsung.android.callbgprovider.PERMISSION |
- |
com.samsung.android.carriermatching.READ_PERMISSION |
- |
com.samsung.android.incall.permission.READ_CALL_CONTENT_PROVIDER |
- |
com.samsung.android.incall.permission.READ_FACE_AR_PROVIDER |
- |
com.samsung.android.incall.permission.WRITE_CALL_CONTENT_PROVIDER |
- |
com.samsung.android.incall.permission.WRITE_FACE_AR_PROVIDER |
- |
com.samsung.android.incallui.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION |
- |
com.samsung.android.incallui.permission.CALL_SCREEN_PRESENCE |
- |
com.samsung.android.incallui.permission.RECORD_NOTICE_ALARM_RECEIVER |
- |
com.samsung.android.intellivoiceservice.ai.asr.permission.BIND_SPEECH_RECOGNITION_SERVICE |
- |
com.samsung.android.intellivoiceservice.ai.asr.permission.SPEECH_RECOGNITION_SERVICE_CONFIG_PROVIDER |
- |
com.samsung.android.intellivoiceservice.ai.asr.permission.SYSTEM_BIND_SPEECH_RECOGNITION_SERVICE |
- |
com.samsung.android.intellivoiceservice.ai.asr.permission.SYSTEM_SPEECH_RECOGNITION_SERVICE_CONFIG_PROVIDER |
- |
com.samsung.android.intellivoiceservice.ai.tts.permission.BIND_TEXT_TO_SPEECH |
- |
com.samsung.android.intellivoiceservice.ai.tts.permission.BIND_TEXT_TO_SPEECH_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.aitranslator.permission.BIND_TRANSLATION |
- |
com.samsung.android.intellivoiceservice.aitranslator.permission.BIND_TRANSLATION_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.common.permission.CONFIG_PROVIDER |
- |
com.samsung.android.intellivoiceservice.common.permission.SYSTEM_CONFIG_PROVIDER |
- |
com.samsung.android.intellivoiceservice.permission.BIND_CLASSIFICATION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_CONFIGURATION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_CORRECTION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_CORRECTION_SERVICE_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.permission.BIND_EMOJI_AUGMENTATION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_EXTRACTION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_FORMAT_CONVERSION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_GENERIC_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_NOTES_ORGANIZATION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_SMART_CAPTURE_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_SMART_COVER_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_SMART_REPLY_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_SMART_REPLY_SERVICE_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.permission.BIND_SUMMARIZATION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_SUMMARIZATION_SERVICE_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.permission.BIND_TONECONVERT_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_TONECONVERT_SERVICE_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.permission.BIND_TRANSLATION_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_USAGE_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_WRITING_COMPOSER_SERVICE |
- |
com.samsung.android.intellivoiceservice.permission.BIND_WRITING_COMPOSER_SERVICE_FOR_EXTERNAL |
- |
com.samsung.android.intellivoiceservice.permission.SUPPORTED_FEATURE_PROVIDER |
- |
com.samsung.android.livestickers.provider.permission.READ_STICKER_PROVIDER |
- |
com.samsung.android.mcfserver.permission.START_SERVICE |
- |
com.samsung.android.mcfserver.permission.USE_PROVIDER_API |
- |
com.samsung.android.mdec.provider.setting.CMC_ES_PERMISSION |
- |
com.samsung.android.mobileservice.social.buddy.provider.Permission.READ |
- |
com.samsung.android.mobileservice.social.buddy.provider.Permission.WRITE |
- |
com.samsung.android.pde.datacore.permission.READ |
- |
com.samsung.android.permission.ACCESS_SYSTEM_KEY_DISPATCHING |
- |
com.samsung.android.permission.DETECT_SCAM_CALL |
- |
com.samsung.android.permission.GENAI_RECLAIM |
- |
com.samsung.android.permission.SEM_APP_RESTRICTION |
- |
com.samsung.android.permisson.START_DOCK_OR_HOME |
- |
com.samsung.android.provider.filterprovider.permission.READ_FILTER |
- |
com.samsung.android.provider.rttcallprovider.permission.READ_RTT_HISTORY |
- |
com.samsung.android.provider.rttcallprovider.permission.READ_SCREEN_CALL_HISTORY |
- |
com.samsung.android.provider.rttcallprovider.permission.WRITE_RTT_HISTORY |
- |
com.samsung.android.provider.rttcallprovider.permission.WRITE_SCREEN_CALL_HISTORY |
- |
com.samsung.android.providers.media.FILES |
- |
com.samsung.android.samsungaccount.permission.ACCOUNT_MANAGER |
- |
com.samsung.android.samsungaccount.permission.PROFILE_PROVIDER |
- |
com.samsung.android.scs.ai.asr.permission.BIND_SPEECH_RECOGNITION_SERVICE |
- |
com.samsung.android.scs.ai.asr.permission.SPEECH_RECOGNITION_SERVICE_CONFIG_PROVIDER |
- |
com.samsung.android.scs.ai.asr.permission.SYSTEM_BIND_SPEECH_RECOGNITION_SERVICE |
- |
com.samsung.android.scs.ai.asr.permission.SYSTEM_SPEECH_RECOGNITION_SERVICE_CONFIG_PROVIDER |
- |
com.samsung.android.scs.ai.image.permission.BIND_IMAGE_SERVICE |
- |
com.samsung.android.scs.ai.image.permission.IMAGE_PROVIDER |
- |
com.samsung.android.scs.ai.suggestion.permission.SUGGESTION_PROVIDER |
- |
com.samsung.android.scs.ai.text.permission.TEXT_PROVIDER |
- |
com.samsung.android.scs.permission.SUPPORTED_FEATURE_PROVIDER |
- |
com.samsung.android.smartcallprovider.READ_PERMISSION |
- |
com.samsung.android.smartsuggestions.permission.COMPOSE_SUGGESTED_REPLIES |
- |
com.samsung.android.smartsuggestions.search.permission.READ |
- |
com.samsung.android.smartsuggestions.search.permission.WRITE |
- |
com.samsung.android.stickercenter.permission.sticker.READ |
- |
com.samsung.android.ttsservice.frontend.permission.BIND_FRONTEND_SERVICE |
- |
com.samsung.android.ttsservice.synthesis.permission.BIND_SYNTHESIS_SERVICE |
- |
com.samsung.android.visual.cloudcore.permission.BIND_DOWNLOAD_SERVICE |
- |
com.samsung.android.visual.cloudcore.permission.BIND_IMAGE_EDITOR_SERVICE |
- |
com.samsung.android.visual.cloudcore.permission.BIND_PORTRAIT_SERVICE |
- |
com.samsung.android.visual.cloudcore.permission.SUPPORTED_FEATURE_PROVIDER |
- |
com.samsung.android.voicewakeup.permission.EXECUTE_SPOTTER_RECORD_SERVICE |
- |
com.samsung.crane.callcomposer.CallComposerProvider.READ_DATABASE |
- |
com.samsung.crane.callcomposer.CallComposerProvider.WRITE_DATABASE |
- |
com.samsung.crane.permission.ENRICHED_CALL |
- |
com.samsung.rcs.permission.RCS_APP_PERMISSION |
- |
com.samsung.rcs.serviceprovider.READ_PERMISSION |
- |
com.samsung.rcs.serviceprovider.WRITE_PERMISSION |
- |
com.samsung.sea.retailagent.permission.RETAILMODE |
- |
com.samsung.server.telecom.permission.PRIVILEGED_DIALER |
- |
com.samsung.smartcall.permission.SMART_CALL_ITEM |
- |
com.samsung.telephony.permission.CMC_CALL_EVENT |
- |
com.samsung.telephony.permission.ROAMING_STATE_CHANGED |
- |
com.sec.android.SAMSUNG_AASASERVICE |
- |
com.sec.android.app.clockpackage.permission.NOTIFY_ALARM_ALERT |
- |
com.sec.android.app.firewall.spamfilter.permission.NUMBER_MARK |
- |
com.sec.android.app.voicenote.data.VNAIProvider.READ_PERMISSION |
- |
com.sec.android.app.voicenote.data.VNAIProvider.WRITE_PERMISSION |
- |
com.sec.android.app.yellowpage.permission.ACCESS_YELLOWPAGE_PROVIDER |
- |
com.sec.android.diagmonagent.permission.DIAGMON |
- |
com.sec.android.diagmonagent.permission.PROVIDER |
- |
com.sec.android.phone.permission.READ_ANSWERING_MEMO |
- |
com.sec.android.phone.permission.READ_CALL_SETTINGS |
- |
com.sec.android.phone.permission.READ_INTERNAL_CALL_SETTINGS |
- |
com.sec.android.phone.permission.TRANSPORTING_CALLER_NAME |
- |
com.sec.android.phone.permission.TRANSPORTING_CALL_ASSIST_STATE |
- |
com.sec.android.phone.permission.TRANSPORTING_CALL_EVENT_DATA |
- |
com.sec.android.phone.permission.TRANSPORTING_SCAM_GUARD_STATE |
- |
com.sec.android.phone.permission.UPDATE_MUTE_STATUS |
- |
com.sec.android.phone.permission.WRITE_ANSWERING_MEMO |
- |
com.sec.android.phone.permission.WRITE_CALL_SETTINGS |
- |
com.sec.android.phone.permission.WRITE_INTERNAL_CALL_SETTINGS |
- |
com.sec.enterprise.knox.MDM_CONTENT_PROVIDER |
- |
com.sec.epdg.PERMISSION |
- |
com.sec.ims.android.PERMISSION |
- |
com.sec.ims.android.rcs.READ_PERMISSION |
- |
com.sec.ims.android.rcs.WRITE_PERMISSION |
- |
com.sec.imsservice.PERMISSION |
- |
com.sec.imsservice.READ_IMS_PERMISSION |
- |
com.sec.imsservice.WRITE_IMS_PERMISSION |
- |
com.sec.spp.permission.TOKEN_693697a3f04163a6e53f66fa9dbf0cd3e8a9d6face40e7e2483ff106fd22d9afeac596df74ae93d22dfcf4ee978cc6e2782983287695126f18c7ae1c64903e85e71e9fc814ac7d83bf74445e733a98db281d631362ddcc2c1a8228c379d98cbf447c28c9d8405c5ef7e68927f3bd926e722b5a7de234da85d3141bc7b185a1fe |
- |
com.sgmc.phonenumberlocatorservice.permission.GET_LOCATION |
- |
com.shhphone.autoanswer.USE_AUTOANSWER |
- |
com.vodafone.callplus.provider.READ_DATABASE |
- |
com.vodafone.callplus.provider.WRITE_DATABASE |
- |
com.vodafone.callplushybrid.provider.USER_CONTENT |
- |
com.wssnps.permission.COM_WSSNPS |
- |
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.
/system, so Restore re-adds it (-k keeps app data)Appears in
Curated bundles that include this package.
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.
| OEM | Model | Android | Provenance | Observations | Last seen |
|---|---|---|---|---|---|
| Samsung | SM-A125F | Android 12 | OEM Samsung | 1 | 21 Jan 2026 |
| Samsung | SM-A135F | Android 14 | OEM Samsung | 3 3 user-facing | 21 Jan 2026 |
| Samsung | SM-A137F | Android 14 | - | 1 1 user-facing | 17 Jan 2026 |
| Samsung | SM-A236B | Android 14 | OEM Samsung | 2 2 user-facing | 10 Apr 2026 |
| Samsung | SM-A266B | Android 15 | - | 2 2 user-facing | 21 Aug 2025 |
| Samsung | SM-A266B | Android 16 | - | 1 1 user-facing | 26 Jan 2026 |
| Samsung | SM-A346B | Android 15 | OEM Samsung | 1 1 user-facing | 27 Jul 2026 |
| Samsung | SM-A515F | Android 13 | - | 1 1 user-facing | 30 Jun 2025 |
| Samsung | SM-A528B | Android 13 | - | 1 1 user-facing | 19 Jun 2025 |
| Samsung | SM-A536B | Android 15 | - | 1 1 user-facing | 19 Jun 2025 |
| Samsung | SM-A556B | Android 15 | - | 1 1 user-facing | 1 Jul 2025 |
| Samsung | SM-A566B | Android 16 | - | 2 2 user-facing | 4 Nov 2025 |
| Samsung | SM-F721B | Android 15 | - | 1 1 user-facing | 9 Jul 2025 |
| Samsung | SM-F766B | Android 16 | - | 1 1 user-facing | 11 Nov 2025 |
| Samsung | SM-G766B | Android 15 | - | 1 1 user-facing | 17 Oct 2025 |
| Samsung | SM-G780F | Android 13 | OEM Samsung | 1 1 user-facing | 29 Dec 2025 |
| Samsung | SM-G973U | Android 12 | OEM Samsung | 2 | 10 Jun 2026 |
| Samsung | SM-G991B | Android 15 | OEM Samsung | 1 1 user-facing | 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 7 user-facing | 17 Jul 2025 |
| Samsung | SM-S721U | Android 15 | - | 5 5 user-facing | 5 Aug 2025 |
| Samsung | SM-S906B | Android 15 | - | 1 1 user-facing | 2 Jun 2025 |
| Samsung | SM-S908U | Android 16 | OEM Samsung | 1 1 user-facing | 27 Jul 2026 |
| Samsung | SM-S921B | Android 15 | OEM Samsung | 2 2 user-facing | 22 Jul 2025 |
| Samsung | SM-S921B | Android 16 | OEM Samsung | 1 1 user-facing | 27 Jul 2026 |
| Samsung | SM-S921U | Android 15 | - | 1 1 user-facing | 19 Jun 2025 |
| Samsung | SM-S926B | Android 16 | OEM Samsung | 1 1 user-facing | 14 Apr 2026 |
| Samsung | SM-S928B | Android 16 | OEM Samsung | 2 2 user-facing | 12 Jun 2026 |
| Samsung | SM-S928U1 | Android 15 | - | 1 1 user-facing | 12 Sep 2025 |
| Samsung | SM-S931B | Android 15 | - | 1 1 user-facing | 20 Sep 2025 |
| Samsung | SM-S931B | Android 16 | - | 1 1 user-facing | 23 Nov 2025 |
| Samsung | SM-S936B | Android 16 | - | 1 1 user-facing | 18 Dec 2025 |
| Samsung | SM-S937B | Android 15 | - | 1 1 user-facing | 25 Aug 2025 |
| Samsung | SM-S938B | Android 15 | - | 2 2 user-facing | 25 Aug 2025 |
| Samsung | SM-S942B | Android 17 | OEM Samsung | 1 | 25 May 2026 |
| Samsung | SM-T636B | Android 15 | - | 2 2 user-facing | 12 Oct 2025 |
| Samsung | SM-T976B | Android 13 | - | 1 1 user-facing | 21 Jul 2025 |
| Samsung | SM-X200 | Android 14 | - | 1 1 user-facing | 27 Aug 2025 |
| Samsung | SM-X716B | Android 15 | - | 1 1 user-facing | 27 Jun 2025 |
| Samsung | SM-X910 | Android 14 | - | 1 1 user-facing | 26 Jun 2025 |
| Samsung | SM-X910 | Android 15 | - | 1 1 user-facing | 12 Sep 2025 |
Known labels
Locale-aware display names seen in the wild.
| Label | Locale | Seen |
|---|---|---|
| Call | en-gb | 22 |
| Call | en-us | 16 |
| Call | en | 13 |
| Bellen | nl-nl | 5 |
| Chiama | it-IT | 5 |
| Anruf | de-de | 3 |
| Call | en-nl | 3 |
| Llamar | es-us | 3 |
| Appel | fr-fr | 2 |
| Call | en-GB | 2 |
| Call | 2 | |
| Chiama | it-it | 2 |
| Llamar | es-es | 2 |
| Llamar | es-ES | 2 |
| Appel | fr-dz | 1 |
| Appel | fr-FR | 1 |
| Call | en-au | 1 |
| Call | en-US | 1 |
| Llamar | es-US | 1 |
| Połącz. | pl-PL | 1 |
| Połącz. | pl-pl | 1 |
| Вызов | ru-ru | 1 |