Stay organized with collections
Save and categorize content based on your preferences.
Android Auto can display content recommendations on the dashboard when the user
isn't listening to anything. To avoid the default logic of pulling
recommendations from the top of the browse tree, apps should provide their own
source of recommendations and tweak these suggestions to the driving context.
You may consider using the user's in-car listening history to generate
recommendations, instead basing them on their living room listening habits.
Recommendation example
This example shows a dashboard that supplies a For
You pane with suggested playlists (Android Auto
example).
Recommendation requirements
Requirement level
Requirements
SHOULD
App developers should:
Provide a source from which to pull relevant media recommendations
for users
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-16 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."]]],[]]