2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
car-ui-lib가 포함된 패키지 목록
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
모든 앱에서 car-ui-lib 구성요소의 모양을 맞춤설정하려면 런타임 리소스 오버레이(RRO)를 다음 패키지에 각각 생성해야 합니다.
패키지 이름 |
참고 |
AOSP 앱(AOSP 앱이 시스템 이미지의 일부인 경우에만 적용됨): |
com.android.car.ui.paintbooth |
Car-Ui-Lib 참조 앱 |
com.android.car.calendar |
AAOS 캘린더 앱 |
com.android.car.dialer |
AAOS 다이얼러 앱 |
com.android.car.media |
AAOS 미디어 앱 |
com.android.car.settings |
AAOS 자동차 설정 |
com.android.settings.intelligence |
Android 설정 정보 |
com.android.car.linkviewer |
AAOS 링크 뷰어 |
com.android.car.systemupdater |
AAOS SystemUpdater 앱 |
com.google.android.packageinstaller |
(Android 10 이하) 권한 대화상자가 포함된 Android 패키지 설치 프로그램 |
com.android.permissioncontroller |
(Android 11 이상) 권한 대화상자가 포함된 Android 권한 컨트롤러 |
com.google.android.permissioncontroller |
(Android 11 이상) 권한 대화상자가 포함된 Android 권한 컨트롤러. 이는 빌드 설정 방법에 따라 Google에서 서명한 버전으로, 시스템에 이 버전 또는 com.android 버전이 포함될 수 있습니다. |
com.android.car.radio |
AAOS 라디오 앱 |
com.android.car.carlauncher |
AAOS 자동차 런처 앱 |
com.android.car.companiondevicesupport |
AAOS 호환 기기 설정 |
com.android.car.rotaryplayground |
로터리 플레이그라운드. 앱의 로터리 컨트롤러를 테스트합니다. |
com.android.car.themeplayground |
디버그 앱. 대화상자, 텍스트 모양, 버튼, 스위치와 같은 기본 Android 구성요소를 표시합니다. |
com.android.managedprovisioning |
프로비저닝 관리 |
com.android.htmlviewer |
AAOS 웹페이지 뷰어 앱 |
Google 패키지(GAS): |
com.google.android.embedded.projection |
AAOS에서 Android Auto 프로젝션을 실행하는 앱 |
com.google.android.apps.automotive.inputmethod |
자동차용 Google 키보드 |
com.google.android.carassistant |
어시스턴트 통합 |
com.google.android.gms |
Google Play 서비스와 모든 모듈 |
com.google.android.tts |
Android TTS 앱 |
com.android.vending |
Google Play 스토어 |
com.google.android.apps.automotive.templates.host |
SDK 템플릿 호스트 |
com.google.android.carui.ats |
Car-ui-lib ats 테스트(Escrow) |
com.google.android.gsf |
Google 서비스 프레임워크 |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-03-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-03-26(UTC)"],[],[],null,["# List of packages containing car-ui-lib\n\nTo customize the appearance of car-ui-lib components in every app, a runtime\nresource overlay (RRO) must be generated for each of the following packages:\n\n| Package name | Note |\n|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| AOSP apps (only applicable if the AOSP app is part of the system image): ||\n| `com.android.car.ui.paintbooth` | Car-Ui-Lib reference app |\n| `com.android.car.calendar` | AAOS Calendar app |\n| `com.android.car.dialer` | AAOS Dialer app |\n| `com.android.car.media` | AAOS Media app |\n| `com.android.car.settings` | AAOS Car Settings |\n| `com.android.settings.intelligence` | Android Settings Intelligence |\n| `com.android.car.linkviewer` | AAOS link viewer |\n| `com.android.car.systemupdater` | AAOS SystemUpdater app |\n| `com.google.android.packageinstaller` | (Android 10 and lower) Android package installer, including permission dialogs |\n| `com.android.permissioncontroller` | (Android 11 and higher) Android permission controller, including permission dialogs |\n| `com.google.android.permissioncontroller` | (Android 11 and higher) Android permission controller, including permission dialogs. This is the Google-signed version, depending on how the build is set up the system may include this or the com.android version. |\n| `com.android.car.radio` | AAOS radio app |\n| `com.android.car.carlauncher` | AAOS car launcher app |\n| `com.android.car.companiondevicesupport` | AAOS Companion device settings |\n| `com.android.car.rotaryplayground` | Rotary playground. Test app for a rotary controller. |\n| `com.android.car.themeplayground` | Debug app. Show default Android components such as dialogs, text appearances, buttons, and switches. |\n| `com.android.managedprovisioning` | Manage provisioning |\n| `com.android.htmlviewer` | AAOS webpage viewer app |\n| **Google packages (GAS):** ||\n| `com.google.android.embedded.projection` | App to run Android Auto Projected on AAOS |\n| `com.google.android.apps.automotive.inputmethod` | Google keyboard for cars |\n| `com.google.android.carassistant` | Assistant integration |\n| `com.google.android.gms` | Google Play Services and all its modules |\n| `com.google.android.tts` | Android TTS app |\n| `com.android.vending` | Google Play Store |\n| `com.google.android.apps.automotive.templates.host` | SDK template host |\n| `com.google.android.carui.ats` | Car-ui-lib ats tests (Escrow) |\n| `com.google.android.gsf` | Google Services Framework |"]]