Bundle
Calling stack - Generic/AOSP
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.
Sources
Where this bundle's claims come from.
- Derived from device observations in this database.
Packages
Grouped by OEM scope where applicable.
Universal (6)
| Package | Notes |
|---|---|
| com. |
Telephony stack (radio interface, call setup). Core - do not disable. |
| com. |
Telecom framework that routes calls between a dialer and the phone stack. |
| com. |
Telephony storage (SMS/MMS, APNs, call metadata). |
| com. |
Google Dialer - the dialer / in-call UI on most Google-services devices. |
| com. |
AOSP Dialer - the dialer on builds without Google's. |
| com. |
Legacy standalone in-call UI; on modern builds this is folded into the dialer. |