gluonhq / attach

GNU General Public License v3.0
48 stars 26 forks source link

[Android] Targeting S+ requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE #352

Closed jperedadnr closed 1 year ago

jperedadnr commented 1 year ago

Running on Android local or push notifications fails with:

JNI DETECTED ERROR IN APPLICATION: JNI NewStringUTF called with pending exception java.lang.IllegalArgument        Exception: com.devoxx: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.