http://stackoverflow.com/questions/4407818/error-opening-mobile-network-settings-menu
On Tue, Dec 21, 2010 at 3:42 AM, dacky <[email protected]> wrote: > Hi everyone, > > Can anyone verify if this is some kind of a documentation error? > ACTION_DATA_ROAMING_SETTINGS seems to appear on the documentation but > it gives in error when I tried to invoke this menu. > > http://developer.android.com/reference/android/provider/Settings.html > > -------------------------------------------------------------------------------------------------------------- > Intent intentSettings = new Intent(); > intentSettings.setAction(Settings.ACTION_DATA_ROAMING_SETTINGS); > cont.startActivity(intentSettings); > --------------------------------------------------------------------------------------------------------------- > > > Thanks > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

