Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
En iyi görüntü ve ses deneyimini sunmak için Telecom Jetpack kitaplığını kullanın
ne kadar iyi karşıladığını
görebileceksiniz. Telekomünikasyon çerçevesiyle hem telefon üzerinden
aramalar hem de bildirimler
yönetim, ön plan desteği ve daha fazlası. Yeni Jetpack kitaplığını destekliyor
şunun için:
Arama aktarma ve aktarma
Android Auto ve Wear OS entegrasyonu
Geriye dönük uyumluluk
Telekomünikasyon kitaplığıyla çağrı uygulaması oluşturma hakkında daha fazla bilgi edinmek için
Telekomünikasyon kılavuzuna göz atın.
Desteklenen telekomünikasyon cihazları
Android 7'den (API düzeyi 21) başlayarak çoğu telefon Telecom'u destekler
çerçeve ve SIM tabanlı telefon çağrılarının çalışması için bunu yapmaları gerekir. Cihazlar için
geleneksel olarak Telefon desteği gerektirmeyen tabletler gibi,
Android 14 (API düzeyi 34),
VoIP'yi destekleyen tabletler için telekomünikasyon çerçevesi uygulaması.
Cihazın Telekom'u destekleyip desteklemediğini öğrenmek için PackageManager düğmesini kullanın:
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[],[],null,["# Build a calling app\n\nUse the Telecom Jetpack library to offer the best video and audio experiences to\nyour users. With the Telecom framework, you get call and notification\nmanagement, foreground support and more. The new Jetpack library adds support\nfor:\n\n- Call streaming and transfer\n- Android Auto and Wear OS integration\n- Backward compatibility\n\nTo learn more about how to build a calling app with the Telecom library, check\nout the [Telecom](/guide/topics/connectivity/telecom/voip-app/telecom) guide.\n\nSupported telecom devices\n-------------------------\n\nStarting with Android 7 (API level 21), most phones support the Telecom\nframework, and they must do so for SIM-based phone calls to work. For devices\nlike tablets, which don't traditionally require a Telephony implementation,\nAndroid 14 (API level 34) introduces new requirements that mandate a proper\nTelecom framework implementation for tablets that support VoIP.\n\nUse `PackageManager` to see if the device supports Telecom: \n\n packagemanager.hasSystemFeature(PackageManager.FEATURE_TELECOM)\n\n| **Note:** Non-Telecom based devices don't support other platforms such as Wear OS."]]