Hi,

The below code snippet will direct to APN selection screen

Intent intent = new Intent(Settings.ACTION_APN_SETTINGS);
startActivity(intent);
Please let me know, if there is a way to change the APN settings
programatically as well.


Thanks & Regards,
Manjunath.C



On Wed, Jul 14, 2010 at 5:14 PM, GoatHunter <[email protected]>wrote:

> Is it possible to make an app choose a particular APN automatically?
>
> Or at least direct the user to the APN selection screen?
>
> Also I've been wondering, can an APN be used from any cell provider?
> Let's say I have two providers: A and B, can I use APN-B within A ?
>
> Thanks beforehand
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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