fix(sasayaki): publish complete system media controls#72
Closed
veritablevein wants to merge 2 commits into
Closed
Conversation
Add an Auto/On/Off Sasayaki System Media Controls setting and suppress the media notification on Hisense HLTE203T Android 10 in Auto mode to avoid the OEM SystemUI notification inflation crash that forces the app into lock-screen sleep. Verified with ./gradlew test assembleDebug lint and real-device A5 Pro checks: Auto and Off avoid lock-screen sleep; On reproduces the SystemUI crash.
Author
|
Superseded by #75, which keeps the fix minimal and only changes the media notification actions needed to resolve the SystemUI crash. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the Sasayaki media notification so Android SystemUI receives a complete, self-consistent set of media actions instead of compact action indices without matching notification actions.
The Hisense A5 Pro / Android 10 lock-screen sleep was caused by the OEM SystemUI crashing while inflating the Sasayaki media notification. The previous workaround disabled the notification path in Auto mode on that device. This update keeps system media controls enabled in Auto and fixes the notification structure directly:
setShowActionsInCompactViewskipToNext()playlist semanticsVerified:
./gradlew test./gradlew assembleDebug./gradlew lint