4G device detection code what i use is working in all other devices except Samsung Galaxy Nexus(toro)
This is the code what i use
boolean is4G = this.getPackageManager().hasSystemFeature("com.verizon.hardware.telephony.lte");
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.
Is your app only for verizon?
I think they have changed the feature name in toro
https://bitbucket.org/kejar31/android_vendor_samsung/src/956695341253/toro/proprietary/com.vzw.hardware.lte.xml
Try this code.. It may work