Dear all,
After updating to MIUI 13, AL app never opens.
Here the log:

java.lang.IllegalArgumentException: sts.al: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
at android.app.PendingIntent.checkFlags(PendingIntent .java:378)
at android.app.PendingIntent.getBroadcastAsUser(Pendi ngIntent.java:648)
at android.app.PendingIntent.getBroadcast(PendingInte nt.java:635)
at com.google.firebase.iid.zzl.zzd(Unknown Source:18)
at com.google.firebase.iid.zzl.zzb(Unknown Source:229)
at com.google.firebase.iid.zzl.zza(Unknown Source:0)
at com.google.firebase.iid.zzj.zzb(Unknown Source:41)
at com.google.firebase.iid.zzj.getToken(Unknown Source:56)
at com.google.firebase.iid.FirebaseInstanceId.getToke n(Unknown Source:10)
at com.google.firebase.iid.FirebaseInstanceId.zzbyj(U nknown Source:4)
at com.google.firebase.iid.FirebaseInstanceIdService. zza(Unknown Source:153)
at com.google.firebase.iid.FirebaseInstanceIdService. handleIntent(Unknown Source:292)
at com.google.firebase.iid.zzc.run(Unknown Source:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:920)