Take a look at WifiManager class. It communicates with WifiService and provides all available APIs for things you are trying to implement.
Note: All managers can be retrieved from any place where you have application context. Say, for Activity, you have to do something like this: (WifiManager)getSystemService(Context.WIFI_SERVICE). On Nov 15, 10:24 pm, mist3r0 <[email protected]> wrote: > Hello boys, in my application i need to Enable and Disable APN, but I > don't have idea to' do this. > > someone help me??? -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

