My app uses the GPS 1.20 library which has worked perfectly for years. I just tested the app on a Samsung S23+ phone and the line: GPS1.Start(0, 0) triggered the error:
java.lang.UnsupportedOperationException
GpsStatus APIs not supported, please use GnssStatus APIs instead.
On my tablet, my app run well. I install it from usb (B4A) I run my app for 2-3 month now and google map run well. last night I submit my app on google play for my tester team. On my phone, I install a newer version from my web site via an autoUpdate in app. and today, I have this error...