I have a project where we have to use third party libraries, but in one of the libraries ,its showing error- Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the Pending Intent being mutable
I am aware of this issue, but to solve it I have to edit the library codes which i am not able to do as codes are not available publicly.
So question is, Is there any workaround for this, Force all intents used by third party libraries to be FLAG_IMMUTABLE android.