Just upgraded my phone firmware to 1.6, and it looks like Location
objects don't have satellite counts in them any more:
locMan = (LocationManager)con.getSystemService
(Context.LOCATION_SERVICE);
Location loc = locMan.getLastKnownLocation
(LocationManager.GPS_PROVIDER);
Bundle extraBundle = loc.getExtras();
extraBundle is null. So, I can't call
extraBundle.getInt("satellites")
anymore to get the satellite count.
What happened?
Richard Schilling
Mobile Operating Systems Engineer
Root Wireless
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---