[android-developers] Can we Change APN settings programmatically?

2010-01-22 Thread Silent Warrior
I've found out that we can bring up a UI in which we can show the APN settings of the phone by using the following code inside a class that extends an activity : -- Intent intent = new Intent(Settings.ACTION_APN_SETTINGS); startActivity(intent); -- But I'm still searching to find out is there

[android-developers] Can we Change APN settings programmatically?

2009-06-15 Thread Android Users
Hi all, Can we change the apn settings programmatically? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To