-2

What exactly is a NeighboringCell in android.

Svel04
  • 149
  • 10
  • 2
    Have a look to this answer http://stackoverflow.com/questions/20444703/getting-neighboring-cells-information-using-android-samsung-galaxy-smartphones – Illusion Nov 10 '16 at 12:24

1 Answers1

1

From android developer documentation :

List getAllCellInfo()

Returns all observed cell information from all radios on the device including the primary and neighboring cells.

So, basically, Neighboring Cell is unused radio signal by your 2 sim card.

Randyka Yudhistira
  • 3,612
  • 1
  • 26
  • 41