Stay organized with collections
Save and categorize content based on your preferences.
Wear OS makes it easier for users to return to activities that run in the
background, such as timers, media sessions, and workouts.
Entry points
Users can return to the ongoing activity from multiple entry-points.
Figure 1. Users can return to the ongoing activity from a watch face.
Figure 2. Users can return to the ongoing activity from the launcher.
Figure 3. Users can return to the ongoing activity from a Tile.
Guidelines
Keep the following guidelines in mind when using ongoing activities.
Display helpful information in the launcher entry
check_circle
Do
Show critical information in the launcher entry.
The text string displayed in Recents should help users understand the type of
ongoing activity, and the status of that activity.
The text to show in Recents depends on the type of app:
Media apps: Show the track name, such as the song name or podcast name.
Fitness apps: Show either workout duration or workout type.
Navigation apps: Show the journey's ETA, the destination name, or method
of navigation.
Refer to ongoing activities from the Tile
Show a glanceable representation on the Tile to allow the user to return to the
ongoing activity while conserving power.
check_circle
Do
Enable the user to tap to see more information in an app.
cancel
Don't
Show detailed information and actions for the ongoing activity on the Tile.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-06-27 UTC."}
[[["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 2024-06-27 UTC."]]