Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 13+ custom notification actions #10580

Closed
wants to merge 2 commits into from

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    5c6d15d View commit details
    Browse the repository at this point in the history
  2. Allow customizing notification actions on Android 13+

    Use a workaround initially suggested in TeamNewPipe#10567
    Basically tell the system that we're not able to handle "prev" and "next", in order to have 4 customizable action slots instead of just 2
    On Android 13+ normal notification actions are useless, so they are not set into the notification builder anymore, to save battery
    The opposite happens on Android 12-, where media session actions are not set because they don't seem to do anything
    Stypox committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    6d8669a View commit details
    Browse the repository at this point in the history