I am trying to warp a Github project (fairly recently posted) but getting this error with SLC:
Browsing the web for the error indicates it requires Android 31? Is this correct?
This might be a possible solution but have not tried it yet....
B4X:
error: cannot find symbol
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_MUTABLE);
^
symbol: variable FLAG_MUTABLE
location: class PendingIntent
Browsing the web for the error indicates it requires Android 31? Is this correct?
This might be a possible solution but have not tried it yet....