views:

109

answers:

1

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.

+1  A: 

You can check the source code of the apndroid proyect.

I guess this is the code you are looking for.

Macarse
Hey, thanks!!!!
Gabriel A. Zorrilla