Envió de mensaje directo en Android 12, FLAG_IMMUTABLE

Runtime Error
Targeting S+ (version 31 and above)
requires that one of FLAG_IMMUTABLE
or FLAG MUTABLE be specified when
creating a Pendinglntent.
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.
End Application

Necesito solucionar ese error para poder enviar mensajes desde una aplicación de MIT en un teléfono celular con android 12

Are you using the testing component?

I did a search in the community for FLAG_IMMUTABLE and found this thread for you

Taifun

Hello Hernan, welcome to the Forum.

Does your Project use any extensions? If so, are they the most recent versions? It is possible that an extension is triggering the error message.

No uso ninguna extensión, muchas gracias por la bienvenida

Recién intenté compilar el programa desde ese link y al termino, no me permite instalar la aplicación una vez que ya la poseo en apk

These are the parts of App Inventor that are currently known to be affected by this bug:
Texting: SendMessageDirect
call Serial1.OpenSerial
File text components

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