You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Starting on Android S, the creation of PendingIntents like https://github.com/google/flutter.plugins/blob/master/packages/audiofileplayer/android/src/main/java/com/google/flutter/plugins/audiofileplayer/AudiofileplayerPlugin.java#L680 will also need to specify whether the intent is mutable or not according to https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability.
cc @monkeyswarm