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