4

I am developing one application in which i want to know how to retrieve APN name so please help me.Thanks in advance

1001
  • 133
  • 8

1 Answers1

1

You can get Apn setting as following code:

ServiceRecord st = new  net.rim.device.api.servicebook.ServiceRecord();
System.out.println("APN Setting: "+st.getAPN());
Suresh Kerai
  • 891
  • 1
  • 6
  • 20