Telecom Jetpack 라이브러리를 사용하여
얻는 것입니다 Telecom 프레임워크를 사용하면 전화와 알림을 받을 수 있습니다.
관리, 포그라운드 지원 등이 있습니다. 새로운 Jetpack 라이브러리는
대상:
통화 스트리밍 및 트랜스퍼
Android Auto 및 Wear OS 통합
이전 버전과의 호환성
Telecom 라이브러리로 통화 앱을 빌드하는 방법을 자세히 알아보려면 다음을 참고하세요.
Telecom 가이드를 확인하세요.
지원되는 통신 기기
Android 7 (API 수준 21)부터 대부분의 휴대전화는 텔레콤
이 프레임워크를 사용해야 하며, SIM 기반 전화 통화가 작동하려면 이 요구사항을 충족해야 합니다. 기기의 경우
태블릿처럼 전화 서비스 구현이 필요하지 않은 태블릿,
Android 14 (API 수준 34)에는 적절한
VoIP를 지원하는 태블릿을 위한 텔레콤 프레임워크 구현
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]