tags:

views:

35

answers:

3

Hello In my android applications i would like to check or compare if the APN settings set is the preferred APN. Can i have list of APN in android.

Please share your valuable suggestion.

Thanks in advance:)

A: 

The preferrede access point name depends on the network provider. You don't really want a list of APN's for all the phone companies in the whole world...?

Pontus Gagge
A: 

Key thing is the content provider URI: "content/telephony/carriers".

Please check this example of APN list handling:

code example

Desiderio