Re: [android-developers] Get GPS Location in a Broadcast Receiver.

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 1:46 AM, shihab Shuvro shihab@gmail.com wrote: question 1. Is it possible to get GPS Location data in Broadcast receiver.? No. 2.  Another alternative way i tried so far, use a service which invokes in Broadcast receiver. the service can get GPS data .but how i

[android-developers] Get GPS Location in a Broadcast Receiver.

2011-10-09 Thread shihab Shuvro
hi, i m new in android. i want to get GPS Loction in a broadcast receiver . but it shows error .my code is here. public void onReceive(Context context, Intent intent) { LocationManager locManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); // erros in