Tuesday, April 9, 2013

Re: [android-developers] LocationManager with 3G

4.0 onwards you have to select option in settings >location to get location

On 5 Apr 2013 03:00, "Diego N." <diegonunes.sistema@gmail.com> wrote:
>
> Good afternoon.
>
> I have an application that retrieves the location from the Provider network, the problem is that the location is no longer being recovered (not happening in onLocationChange) when using 3G, Wi-Fi using is functioning normally.
>
> Does anyone know what can be?
>
> locationManager = (LocationManager) getSystemService (LOCATION_SERVICE);
>
> locationManager.requestLocationUpdates (LocationManager.NETWORK_PROVIDER, 3000, 0, this);
>
>
> Thank you.
>
>
> --
> http://about.me/dnassuncao
>
> Diêgo Nunes Assunção
> "Give Peace a Chance"
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment