Hello,
As already mentioned in another thread, with targetSdkVersion="31" (mandatory for Play Store updates after 1st or November), I get the following error when trying to request permission for USBserial.
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
As suggested in another thread, I've updated Core internal library to 18.11 (still showing as 18.10 in the IDE), but no success.
There is any other possibility to solve this?
Thank you.
As already mentioned in another thread, with targetSdkVersion="31" (mandatory for Play Store updates after 1st or November), I get the following error when trying to request permission for USBserial.
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
As suggested in another thread, I've updated Core internal library to 18.11 (still showing as 18.10 in the IDE), but no success.
There is any other possibility to solve this?
Thank you.