Re: [android-developers] Is it possible to make an app choose a particular APN automatically?

2010-07-16 Thread manjunath chandrashekar
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

[android-developers] Is it possible to make an app choose a particular APN automatically?

2010-07-14 Thread GoatHunter
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 receiv