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

Reply via email to