Allow phone calls and SMS in Android multi-app kiosk modeSolved

Participant
Discussion
11 hours ago Jul 27, 2026

I’m setting up an Android multi-app kiosk policy and need users to make and receive phone calls and text messages while the device stays locked down. The devices use the system default Phone/Dialer and Messages apps. I found the apps on the device and added the messaging app, but I’m not sure whether I should only allow the app in the kiosk policy or also add related system packages as background apps. Messages is showing up now, but I’m still trying to get the Phone/Dialer app visible in kiosk mode. What is the correct way to configure this?

Replies (1)

Marked SolutionPending Review
Hexnode Expert
10 minutes ago Jul 27, 2026
Marked SolutionPending Review

For Android kiosk mode, the default Phone/Dialer and Messages apps usually need two types of configuration:

1. Add the user-facing apps to the kiosk policy

– Find the package name of the default Phone/Dialer app from the device app list.

– Add that app to the Hexnode app repository if it is not already available.

– Add the Phone/Dialer app to the Multi App kiosk section so that it appears on the device.

– Do the same for the default Messages app if users need to send and view SMS.

2. Add required system services as Background Apps

Native calling and messaging depend on Android system components that may not have visible icons. If these are blocked by kiosk mode, incoming calls, outgoing calls, call UI, SMS handling, or telephony services may not work correctly.

For Samsung devices, make sure the related phone, dialer, call UI, telephony, telecom, and call background provider packages are added under Background Apps in the kiosk policy. The exact package names can vary by model and Android version, so use the package names shown in the device’s app inventory.

A common mistake is adding the dialer only as a Background App. Background Apps are allowed to run silently, but they do not appear as launchable kiosk apps. To show the dialer icon, add the dialer package under the Multi App kiosk apps as well.

Regards,
Mary Romero

Save