Good Day!
I am working on an android app which monitors user location. I am using LocationManager to get users location, using the following method
public void onLocationChanged(Location theLocation) {}
Through the above method, whenever there was a user movement, I am receiving location coordinates.
But, now I am planning to get user's location immediately after their app login. Is there any way through LocationManager through which I can manually get the location coordinates after my app launch?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…