feat: Add Android 16 progress-centric notifications (Live Activities)#359
feat: Add Android 16 progress-centric notifications (Live Activities)#359eggmasonvalue wants to merge 1 commit intomueller-ma:mainfrom
Conversation
|
I'm not sure if this is a valid use-case for the new notifications. Google says:
https://developer.android.com/about/versions/16/features/progress-centric-notifications I don't think there's a real progress, so it seems wrong to me to show some kind of progress indicator to the user. At the end Coffee just stops. |
|
Hi, this page details usage in a bit more details and this change isn't violating any guidelines here. Examples here include "starting a workout" which in most cases is a simple timer "Time Sensitive And personally, the reason I use this is that there's an unbelievable improvement in my experience of using this app merely because of the status chip giving me glanceable information on how long the screen will remain turned on. |
This PR adds support for Android 16's new Progress-centric Notifications. It provides a rich, interactive notification showing real-time wake-lock status and timer countdown, including a status bar chip on supported devices.
Key Changes: