-
-
Notifications
You must be signed in to change notification settings - Fork 110
Issues: jeancsanchez/JcPlayer
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Apps targeting Android 12 or later can't create fully custom notifications.
#148
opened Sep 17, 2024 by
melihakalan
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
#141
opened Jun 27, 2023 by
canopyit
E/MediaPlayerNative: error (1, -2147483648)
bug
leak of information
Need more information on how to reproduce the error
#129
opened Jan 31, 2022 by
Mori-hub
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.