GitXplorerGitXplorer
a

codelab-ongoing-activity

public
11 stars
9 forks
2 issues

Commits

List of commits on branch main.
Verified
e3b9eb52e177af48f2df4859d7d082c376643172

Merge pull request #5 from android/target-34

ggaranj committed 3 months ago
Unverified
36571e6341d42a953b977ee7cf9fde668514f508

Updates for Android 14 changes

ggaranj committed 8 months ago
Verified
c44930734f4da00ddfab9f9470249babf4240631

Merge pull request #4 from android/update-compose

ggaranj committed a year ago
Unverified
0cf7d7b3c3d65da3ebe1404ace725af6db5d31df

Adds use of shouldShowRationale for permissions

ggaranj committed a year ago
Unverified
825edadd429504c984bfc9471be5a46c2220c4a9

Tidies use of Android version checking

ggaranj committed a year ago
Unverified
1714bc68fada60d4ee620063768d7e00777910fc

Tidies use of Android version checking

ggaranj committed a year ago

README

The README file for this repository.

Wear OS Ongoing Activity API Code Lab Repository

An Ongoing Activity is a new feature in Wear OS that allows an Ongoing Notification to appear on additional surfaces within the Wear OS user interface which allows users to stay more engaged with long running activities.

Ongoing Notifications are typically used to indicate a Notification has a background task that the user is actively engaged with (for example, playing music) or is pending in some way and therefore occupying the device (for example, a file download, sync operation, or an active network connection).

This repository is to be used in conjunction with the Wear OS Ongoing Activity API Code Lab.