I’m trying to detect wether the device is roaming or not in my app and I’ve found these two methods:
Is there an essential difference between them or can I just choose one?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think
TelephonyManager.isNetworkRoaming()is 2G-related, whetherNetworkInfo.isRoaming()is 3G-related – setting data-roaming on/off is a distinct option in the android-settings, so if it’s off you still may gettruefor GSM (TelephonyManager.isNetworkRoaming())