Android Question IsNetworkRoaming not working

rthyoung26

Member
Licensed User
Longtime User
What should be a simple check isn't working. I'm on the Rogers cell network in Canada. I have a program that is supposed to check for whether the phone is roaming - simple example

If IsNetworkRoaming = True Then ToastMessageShow("** You are Roaming **",True)
If IsNetworkRoaming = False Then ToastMessageShow("Not roaming", True)

Whether I am in Canada or in Las Vegas, these simple statements always returns False even though the phone is clearly roaming (R) while in Vegas. Any suggestions on how to fix this? I am using API Level 14 - 18 so maybe this is an Android 4.0+ issue or something with the Galaxy Note series of phones.
 
Top