2009/6/17 Ne0 <[email protected]> > I have yet to test my code on an actual phone, though there is one > thing you may be clear up for me, its been many years since i have > used java, you are using ArrayList<>, though the documentation > describes getNeighboringCellInfo() as returning a List<>, are these > the same thing? If not it may be an error in your code, mine works on > the emulator using List<> though it returns NULL.
I've run it on a device but no network to test against until the weekend, but I just upgraded to SDK 1.5rc2 and it seems to work fine. > <uses-permission > > android:name="android.permission.ACCESS_COARSE_LOCATION" /> > According to documentation, and my testing, you only need this permission to access the function you're after. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

