How to get location of android device by its android id
I am new in android and recently start learning about Android and I am trying to get location of any android device by its unique android id. By that I can track the approx or exact location either by GPS or network provider. In detail I mean to say that whenever i enter any Android id in my app i can get device location in my application. Thanks for your kind help. Finally I am able to do with this code: public class MyService extends Service implements LocationListener{ String GPS_FILTER = ""; Thread triggerService; LocationListener locationListener; LocationManager lm; private static final