Developing watch face with Background service.
To get local based data it needs GPS position.
I have used Activity.getActivityInfo().currentLocation for Background service, actually it works, but realised on real device it returns null in short time (minutes) since latest GPS lock via run some activity.
Please advice is it good way to get last known position?
How long is data available since last GPS lock for Activity.getActivityInfo().currentLocation?
Thank you!