System app database

Bundle

Calling stack - Generic/AOSP

callstelephonykiosk
verified 30 May 2026 6 packages

The system packages a device needs to place and receive phone calls. The telephony core (Phone, Telecom, telephony provider) is near-universal across vendors; the dialer / in-call UI varies by build - com.google.android.dialer on Google-services devices, com.android.dialer on plain AOSP. Useful when scoping a kiosk or device policy that must still allow calls. This is the generic baseline. Many OEMs ship their own calling stack (Samsung's dialer, contacts and Telecom provider, for example - see the "Samsung - call support in kiosk mode" bundle). Where an OEM-specific bundle exists for your device, prefer it: it reflects the packages that device actually uses, which may differ from this AOSP set.

Curated by

Sources

Where this bundle's claims come from.

Packages

Grouped by OEM scope where applicable.

Universal (6)

PackageNotes
com.android.phone Telephony stack (radio interface, call setup). Core - do not disable.
com.android.server.telecom Telecom framework that routes calls between a dialer and the phone stack.
com.android.providers.telephony Telephony storage (SMS/MMS, APNs, call metadata).
com.google.android.dialer Google Dialer - the dialer / in-call UI on most Google-services devices.
com.android.dialer AOSP Dialer - the dialer on builds without Google's.
com.android.incallui Legacy standalone in-call UI; on modern builds this is folded into the dialer.