Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that all pending intents have the IMMUTABLE tag
Per https://developer.android.com/guide/components/intents-filters#CreateImmutablePendingIntents > In most cases, your app should create immutable PendingIntent objects, as > shown in the following code snippet. If a PendingIntent object is immutable, > then other apps cannot modify the intent to adjust the result of invoking the > intent. Our usage here falls into this common case, so we can just make them be immutable
- Loading branch information