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 a method to
programetically edit the above apn settings ??. Is this possible in
android or not ??. It would be great if anyone could clarify this
issue as I need this urgently.

--
Thanks & Regards,
Shehan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to