2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
개요
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
다이얼러는 블루투스 통화, 연락처 탐색, 통화 관리를 위한 주의 분산 행동 최적화(DO) 환경을 제공하는 Android 시스템 애플리케이션입니다. 완전한 기능을 갖춘 다이얼러의 구현은 Android 오픈소스 프로젝트(AOSP)에서 제공됩니다. 이 구현은 그대로 사용하거나 맞춤형 시각 테마를 포함하여 사용할 수 있습니다.
그림 1. 다이얼러 세로 모드 및 가로 모드
용어
다음 용어는 이 섹션 전체에서 사용됩니다.
-
Android 오픈소스 프로젝트(AOSP). 휴대기기용 오픈소스 운영체제이며 Google이 주도하는 관련 오픈소스 프로젝트입니다.
-
Distraction Optimized(DO). 사용자 환경 제한(UXR)을 준수하고 운전 중에 안전한 사용자 플로우입니다.
-
사전 경고 알림(HUN). 디스플레이에 표시되는 수신 알림입니다.
-
사용자 환경 제한(UXR) 운전 상태에 따라 사용자 인터페이스를 표시하는 애플리케이션은 UXR을 준수해야 합니다.
-
사용자 인터페이스(UI). 사용자가 애플리케이션과의 상호작용을 제어하는 수단입니다.
-
Vehicle Optimized(VO). UXR을 준수할 필요가 없고 운전 중 안전한 것으로 간주되지만 차량 내에서 사용하도록 최적화된 사용자 플로우입니다.
목적
이 섹션에서는 Android Automotive와 완벽하게 호환되는 Android UXR 텔레콤 시스템을 빌드하는 방법을 설명합니다.
기능
다이얼러는 다음 기능을 제공합니다.
상태 |
기능 |
작업 |
운전 중, Distraction Optimized 기능 |
블루투스 통화 |
- 다이얼패드로 전화를 겁니다.
- 연락처 목록에서 전화를 겁니다.
- 최근 통화 목록에서 전화를 겁니다.
- 연락처 세부정보 페이지에서 전화를 겁니다.
- 사전 경고 알림을 통해 수신 전화를 받은 후에 응답합니다.
- 알림 센터에서 부재중 전화에 회신합니다.
- 통화 관리, 일시중지, 음소거, 대기, 전환, 오디오 경로 설정
|
연락처 및 통화 기록 찾아보기 |
- 최상위 카테고리를 표시합니다.
- 즐겨 찾는 연락처를 모두 찾아봅니다.
- 최근 통화 목록을 찾아봅니다.
- 연락처 목록을 찾아봅니다.
- 연락처 세부정보 페이지를 봅니다.
- 연락처 주소로 이동합니다.
|
음성 또는 필기(키보드에서)로 검색 |
- 일치하는 검색결과를 표시합니다.
- 필터링된 연락처의 세부정보를 봅니다.
|
주차 중, 위 항목 모두 그리고: |
설정 |
안전하다면 사용자는 설정에 액세스하여 다음과 같이 할 수 있습니다.
- 연락처 목록의 정렬 순서를 변경합니다.
- 시작 페이지를 변경합니다. 이 변경은 다음에 다시 시작할 때 적용됩니다.
|
검색(키보드 사용) |
주차 중에 사용자는 검색할 수 있습니다. |
블루투스에 연결 |
주차 상태에서, 블루투스를 통해 연결된 휴대전화가 없는 경우 사용자는 '블루투스에 연결' 버튼을 눌러 시스템 블루투스 설정 페이지로 이동해 페어링하고 기기를 연결할 수 있습니다. |
작업
다음 표에서는 각 이해관계자의 작업을 설명합니다.
자동차 제조업체(OEM) |
Google |
Android Automotive와 완벽하게 호환되는 Android UXR 텔레콤 시스템을 빌드합니다. |
다음을 제공합니다.
- AOSP의 다이얼러 구현
- 맞춤설정 및 검토/인증 프로세스와 같은 주요 작업에 관한 문서
|
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(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-27(UTC)"],[],[],null,["# Overview\n\n*Dialer* is an Android system application that provides a distraction-optimized (DO)\nexperience for Bluetooth calling, contact browsing, and call management. A fully functional\nimplementation of Dialer is provided in the Android Open Source Project (AOSP). This\nimplementation can be used as is or with a customized visual theme. \n**Figure 1.** Dialer portrait and landscape modes\n\nTerminology\n-----------\n\nThese terms are used throughout this section:\n\n- **Android Open Source Project (AOSP).** An open source operating\n system for mobile devices and a corresponding open source project led by Google.\n\n- **Distraction Optimized (DO).** User flow that adheres to User Experience\n Restrictions (UXR) and that is safe during driving.\n\n- **Heads Up Notification (HUN).** An incoming notification that\n appears on a display.\n\n- **User Experience Restrictions (UXR).** Applications that display a\n user interface dependent upon driving state must adhere to UXR.\n\n- **User Interface (UI).** The means by which users control\n interactions with applications.\n\n- **Vehicle Optimized (VO).** User flow that is not required to follow\n UXR and is not considered safe during driving, but that has been optimized for use\n in a car.\n\nPurpose\n-------\n\nThis section explains how to build a fully-compliant Android UXR telecom system with\nAndroid Automotive.\n\nFeatures\n--------\n\nDialer provides these capabilities:\n\n| State | Capability | Task |\n|------------------------------------------------------|--------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| While ***driving*** , Distraction Optimized features | Bluetooth calling | - Make a call from the dialpad. - Make a call from the Contact list. - Make a call from the Recent Call list. - Make a call from the Contact Detail page. - Receive an incoming call through a heads up notification and then respond. - Return a missed call from the Notification center. - Call management, Pause, Mute, Hold, Swap, and Set Audio Route. |\n| While ***driving*** , Distraction Optimized features | Contact and call log browsing | - Display top-level categories. - Browse all Favorite contacts. - Browse the Recent Call list. - Browse the Contact list. - View the Contact Details page. - Navigate to a Contact address. |\n| While ***driving*** , Distraction Optimized features | Search with voice or handwriting (on a keyboard) | - Show matching search results. - View the contact details of filtered contacts. |\n| While ***parked*** , everything above *and*: | Settings | When safe, users can access Settings to: - Change the sort order of Contact list. - Change the start page, which will be effective after the next restart. |\n| While ***parked*** , everything above *and*: | Search, using keyboard | While parked, users can perform searches. |\n| While ***parked*** , everything above *and*: | Connect to Bluetooth | If no phones are connected through Bluetooth when parked, users can press the Connect to Bluetooth button to navigate to the system Bluetooth Settings page to pair and then connect a device. |\n\nTasks\n-----\n\nThis table describes the tasks of each stakeholder.\n\n| Car Manufacturers (OEMs) | Google |\n|-----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| Build a fully-compliant Android UXR telecom system with Android Automotive. | Provide: - A Dialer implementation in AOSP. - Documentation for key tasks such as customization and review/certification processes. |"]]