Android 17 ringer mode - background audio hardening documentation - #1365
Open
chriss158 wants to merge 4 commits into
Open
Android 17 ringer mode - background audio hardening documentation#1365chriss158 wants to merge 4 commits into
chriss158 wants to merge 4 commits into
Conversation
chriss158
marked this pull request as draft
July 1, 2026 12:54
Added caution regarding Android 17's Background Audio Hardening affecting notification commands for ringer mode changes.
chriss158
force-pushed
the
android17-ringer-mode
branch
from
July 1, 2026 16:41
6194323 to
3449ba5
Compare
chriss158
marked this pull request as ready for review
July 1, 2026 16:41
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.
Proposed change
This PR adds a short troubleshooting note for Android 17 ringer mode notification commands.
Starting with Android 17, Android may block background audio interactions due to the new Background Audio Hardening behavior. This can cause ringer mode commands to silently fail when they are executed in the background, even when the required notification policy access permission is granted.
The added documentation explains why this can happen, links to the official Android documentation, and shows the ADB commands to temporarily disable or re-enable this hardening behavior.
Type of change
Checklist
Additional information
This PR fixes or closes issue: Fixes #
Link to relevant existing code or pull request:
Android documentation: https://developer.android.com/about/versions/17/changes/bg-audio