Trying to understand setting content providers in Android.

Posted by Gabriel A. Zorrilla on Stack Overflow See other posts from Stack Overflow or by Gabriel A. Zorrilla
Published on 2010-04-17T20:41:26Z Indexed on 2010/04/17 20:43 UTC
Read the original article Hit count: 288

Filed under:
|

Hi there. I wanna change APN settings in a phone. Looked the api and there is a content provider named ACTION_APN_SETTINGS

developer.android.com/reference/android/provider/Settings.html#ACTION_APN_SETTINGS

but i'm having a hard time figuring out how to use it. Is there any example or something that does not involve the "contacts" content provider?

Thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about content-provider