开发者

How to set up a new Access Point in Android phone, programmatically?

开发者 https://www.devze.com 2023-01-19 00:11 出处:网络
I have searched a lot on this but could not find anything on google or stack overf开发者_如何学Golow.I have found one approach on Android Developers that propose to do that using ContentResolver

I have searched a lot on this but could not find anything on google or stack overf开发者_如何学Golow.


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".

0

精彩评论

暂无评论...
验证码 换一张
取 消