published: December 16th, 2008

Please check the DATA_ROAMING setting

With T-Mobiles data roaming issue out there for Android developers to worry about, it seems like programs accessing the web for data should be checking the DATA_ROAMING System Setting before they acquire their data.  The Activity below accesses and displays the result of the Setting.

I’m not a lawyer, but I do feel like I need to state that if your program still incurs roaming charges for the user, please don’t send them to me if you use this code bit.  Please thoroughly  test your code before you deploy!!  Just as a note, I had to install this on my G1 to test it because I couldn’t access the Setting directory from the Android Emulator.
(more…)