• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help How to connect the local file and network opertaors in android?

  • Thread starter Thread starter Android Question
  • Start date Start date
A

Android Question

Guest
I can detect the existing Operator list using following code

startActivity( new Intent(Settings.ACTION_NETWORK_OPERATOR_SETTINGS));

But I need to add the detected operators its into and array. The code above is not supporting to capture the list and convert the operator list into and array.
Once the list is in array, I want to compare the list with my local db operator list.
 
Back
Top Bottom