Android Auto의 마지막 디자인 단계는 추천으로 표시할 10개의 미디어 항목을 식별하여 앱 환경을 개선하는 것입니다.
Android Auto에서 사용자가 아무것도 듣지 않으면 대시보드에 콘텐츠 추천이 표시될 수 있습니다. 추천이 충분히 마음에 들면 사용자는 이를 탭하여 듣기 시작합니다.
앱이 이러한 추천의 소스를 제공하지 않으면 기본 로직은 탐색 트리 맨 위에서 추천을 가져오는 것입니다. 그러면 가장 매력적인 추천 집합이 제공되지 않을 수 있습니다. 예를 들어 이 기본 로직은 동일한 팟캐스트의 여러 에피소드를 추천할 수 있지만, 다양한 팟캐스트를 추천하는 것이 더 좋은 아이디어가 될 수 있습니다.
자동차에서 추천할 미디어 콘텐츠를 고려할 때는 운전 상황을 염두에 두세요. 사용자가 거실에서 들은 음악보다는 자동차에서 재생한 음악에서 추천을 가져오는 것이 좋습니다.
권장사항 예시
이 예에서는 For You 창에 추천 재생목록을 제공하는 대시보드를 보여줍니다 (Android Auto 예).
[null,null,["최종 업데이트: 2024-07-23(UTC)"],[[["Android Auto apps should provide 10 media item recommendations for display in the dashboard when the user isn't listening to anything."],["These recommendations should be relevant to the driving context, potentially drawing from the user's in-car listening history."],["Providing a dedicated source for these recommendations improves the user experience compared to using the default browse tree logic."],["Apps can send recommendations through the media browser service using the `EXTRA_SUGGESTED` key for integration with the \"For You\" pane."],["Relevant recommendations help drivers make quicker media choices, minimizing distractions while driving."]]],[]]