Hi, I got a problem: when i lunch my GPS from a service, My GPS start working for 12 seconds then stop. How can i do to make my GPS work for 3 minutes?
the is my code: lManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE); lManager.requestLocationUpdates(choix_source,10000, 1, this); Thanks :) -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
