In Progress
Status Update
Comments
be...@google.com <be...@google.com>
ap...@google.com <ap...@google.com> #2
Information redacted by Android Beta Feedback.
No update yet.
Description
View has an flag to keep the screen on when set. This is often used by video players for example.
Using this API from Compose is non-trivial as you have to take into account if multiple locations in your composition set the flag. See StackOverflow post
We should add an API to allow developers to easily set this flag from Compose without having to worry about the edge cases