views:

65

answers:

1

I have searched alot on this but could not find anything on google or stack overflow.

A: 

I have found one approach on Android Developers that propose to do that using ContentResolver

example of implementation but I have not tried that. Also, a useful blog about that

http://blogs.msdn.com/b/zhengpei/archive/2009/10/13/managing-apn-data-in-google-android.aspx

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

Desiderio