Hello. I am a newbie in Android Development. I have a question: I need to get information about all the neighbor cell (antennas) ids that are listed in the device. Previously, there was getNeighboringCellInfo API in Android Framework, which returned the list I should get. However, currently the API is deprecated. So I use getAllCellInfo which returns a superset of the information from NeighboringCellInfo. The question is the following: When I get the List of CellInfo objects , how can I get from there the subset of neighbor cell ids? Thank you in advance. Regards, Svetlana.
-- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/03dc5ad6-b507-418b-9124-afb5a6bdbb77%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

