Create PendingIntent
s using TaskStackBuilder
#1291
Labels
refactoring
Internal improvement of existing functions
PendingIntent
s using TaskStackBuilder
#1291
We're currently creating
PendingIntent
s usingPendingIntent.getActivity(…)
.However the current state-of-the-art seems to be
TaskStackBuilder
, also for Compose deep links.This automatically also solves "Use of implicit PendingIntents" CodeQL alerts like this one.
(Please have second look @ArnyminerZ whether it really should be done like that)
The text was updated successfully, but these errors were encountered: