Android Question GPS Status API not supported?

Vern

Member
Licensed User
Longtime User
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.

Is there a different GPS library to use?
 
Top