Hi,

I cannot call this method getNeighboringCellInfo() According to the
reference i should be able to with certain permissions, though the
permissions mentioned do not exist in the reference.

Any how this is what i'm doing,

private TelephonyManager mTelephonyManager;
private List mNeighbours;

mTelephonyManager = (TelephonyManager)getSystemService
(Context.TELEPHONY_SERVICE);
mNeighbours = mTelephonyManager.getNeighboringCellInfo();

Give the compile error:

The method getNeighboringCellInfo() is undefined for the type
TelephonyManager

Had a look at the jar file and it is indeed missing, is this a bug or
should it not be there? Either way i want to get this information
along with lots of others that do appear to be available to the app
developers.

Please can you help?

Thanks, Liam.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to