Wear OS를 사용하면 타이머, 미디어 세션, 운동과 같은 백그라운드에서 실행되는 활동으로 사용자가 더 쉽게 돌아갈 수 있습니다.
진입점
사용자는 여러 진입점에서 진행 중인 활동으로 돌아갈 수 있습니다.
그림 1. 사용자는 시계 화면에서 진행 중인 활동으로 돌아갈 수 있습니다.
그림 2. 사용자는 런처에서 진행 중인 활동으로 돌아갈 수 있습니다.
그림 3. 사용자는 카드에서 진행 중인 활동으로 돌아갈 수 있습니다.
가이드라인
진행 중인 활동을 사용할 때는 다음 가이드라인에 유의하세요.
유용한 정보를 런처 항목에 표시
check_circle
권장사항
중요한 정보를 런처 항목에 표시합니다.
최근에 표시되는 텍스트 문자열은 사용자가 진행 중인 활동의 유형과 활동 상태를 파악하는 데 도움이 되어야 합니다.
최근에 표시할 텍스트는 앱 유형에 따라 다릅니다.
미디어 앱: 노래 이름이나 팟캐스트 이름과 같은 트랙 이름을 표시합니다.
피트니스 앱: 운동 시간 또는 운동 유형을 표시합니다.
내비게이션 앱: 경로의 도착 예정 시간, 도착지 이름 또는 내비게이션 방법을 표시합니다.
카드에서 진행 중인 활동 참고
카드에 한눈에 확인할 수 있는 표현을 표시하여 사용자가 전력을 절약하면서 진행 중인 활동으로 돌아갈 수 있도록 합니다.
check_circle
권장사항
사용자가 탭하여 앱에서 자세한 정보를 볼 수 있도록 합니다.
cancel
금지사항
진행 중인 활동에 관한 자세한 정보와 작업을 카드에 표시합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 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,["# Ongoing activities\n\nWear OS makes it easier for users to return to activities that run in the\nbackground, such as timers, media sessions, and workouts.\n\nEntry points\n------------\n\nUsers can return to the ongoing activity from multiple entry-points.\n\n\n**Figure 1.** Users can return to the ongoing activity from a watch face. \n\n**Figure 2.** Users can return to the ongoing activity from the launcher. \n\n**Figure 3.** Users can return to the ongoing activity from a Tile.\n\n\u003cbr /\u003e\n\nGuidelines\n----------\n\nKeep the following guidelines in mind when using ongoing activities.\n\n### Display helpful information in the launcher entry\n\ncheck_circle\n\n### Do\n\nShow critical information in the launcher entry.\n\nThe text string displayed in Recents should help users understand the type of\nongoing activity, and the status of that activity.\n\nThe text to show in Recents depends on the type of app:\n\n- **Media apps:** Show the track name, such as the song name or podcast name.\n- **Fitness apps:** Show either workout duration or workout type.\n- **Navigation apps:** Show the journey's ETA, the destination name, or method of navigation.\n\n### Refer to ongoing activities from the Tile\n\nShow a glanceable representation on the Tile to allow the user to return to the\nongoing activity while conserving power.\n**Note:** To conserve power, try not to update the Tile more than once a minute. \ncheck_circle\n\n### Do\n\nEnable the user to tap to see more information in an app. \ncancel\n\n### Don't\n\nShow detailed information and actions for the ongoing activity on the Tile."]]