skip to Main Content

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

I use kotlin language. I keep facing this pending intent error. E/AndroidRuntime: FATAL EXCEPTION: main Process: com.chugnchunon.chungchunon_android, PID: 20394 java.lang.RuntimeException: Unable to create application com.chugnchunon.chungchunon_android.GlobalApplication: java.lang.IllegalArgumentException: com.chugnchunon.chungchunon_android: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE…

VIEW QUESTION
Back To Top
Search