Hi,

I have developed an application in which 
1. I am getting latitude-longitude values by using LocationListener. 
calling requestLocationUpdates() method for every 1 min
2. Storing the string got from above method into SQLite database
3. For every 5 min accessing those records from database and sending mail 
by using Java mail API

But if there is no GPRS connection my program works for 5 min (i.e. part 
where no GPRS required) and then stops (at point where GPRS required to 
send mail)

I have given internet, coarse and fine location, in my manifest file.

Program works fine when there is GPRS connection.

So, please tell me how should i handle GPRS disconnection in my application

Regards,
Sumedh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to