Smack Android 12 fatal exception

I am using smack 4.4.4 when i made android version 12 compatible. ServerPingWithAlarmManager throws a working error. The reason is that in android 12, PendingIntent Flagler must be PendingIntent.FLAG_MUTABLE or PendingIntent.UNFLAG_MUTABLE. Please help me

See Android API 31+ requires mutability flag for PendingIntent; ServerPingWithAlarmManager 4.4.5 fails - #2 by Flow

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.