[android-developers] Re: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-03-03 Thread Joe Petruchi
The DB is here content://telephony/carriers Regards Joe On Tue, Mar 3, 2009 at 3:27 PM, munna wrote: > > What is the database name in which this APN settings are there? > > > > On Mar 2, 3:52 pm, Joe Petruchi wrote: > > you may need to do a managedquery to the Database for APN's with uri >

[android-developers] Re: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-03-03 Thread munna
What is the database name in which this APN settings are there? On Mar 2, 3:52 pm, Joe Petruchi wrote: > you may need to do a managedquery to the Database for APN's with uri > Telephony.Carriers.CONTENT_URI and make a list yourself as per my knowledge. > > > > On Mon, Mar 2, 2009 at 3:54 PM, m

[android-developers] Re: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-03-02 Thread Joe Petruchi
you may need to do a managedquery to the Database for APN's with uri Telephony.Carriers.CONTENT_URI and make a list yourself as per my knowledge. On Mon, Mar 2, 2009 at 3:54 PM, munna wrote: > > But I want to access that list in my application and show the list to > the user to choose one of t

[android-developers] Re: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-03-02 Thread munna
But I want to access that list in my application and show the list to the user to choose one of them. Do we have APIs available for that? On Mar 1, 10:45 am, Joe Petruchi wrote: > Go to settings , Wireless Controls browse inside each menu u will get it > > Regards > Joe > > On Sat, Feb 28, 200

[android-developers] Re: How to view the list of network connection mobile APNs or WiFi configured on the emulator.

2009-02-28 Thread Joe Petruchi
Go to settings , Wireless Controls browse inside each menu u will get it Regards Joe On Sat, Feb 28, 2009 at 9:53 PM, munna wrote: > > How to view the list of network connection mobile APNs or WiFi > configured on the emulator. > > > > --~--~-~--~~~---~--~~ You