Hi,

I was trying to set data roaming on my phone programmatically.
But when I try to do it using the setRoaming method available in the
ServiceState class, I dont see the change take place on my phone.

I am doing something like this:
ServiceState serviceState = new ServiceState();
serviceState.setRoaming(true);

Kindly let me know if I am missing something here.

Thanks.
Priyank

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to