Skip to content

Add missing pending intent immutable flag in JobProxy14.java - #605

Open
RationalRank wants to merge 1 commit into
Evernote:masterfrom
RationalRank:bugfix/600
Open

Add missing pending intent immutable flag in JobProxy14.java#605
RationalRank wants to merge 1 commit into
Evernote:masterfrom
RationalRank:bugfix/600

Conversation

@RationalRank

@RationalRank RationalRank commented Jul 13, 2022

Copy link
Copy Markdown

This fixes #600 #602 #604 . 1.4.3 was released which supports Android S. The published version didn't have the same changes made to JobProxy14.java. I have made the same changes to JobProxy14.java. Please let me know if you need any more info on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.

1 participant