Created
January 7, 2016 05:28
-
-
Save zytzjx/75f8b7c107ff3df31736 to your computer and use it in GitHub Desktop.
android multi Sim card support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/14517338/android-check-whether-the-phone-is-dual-sim |
Hi,
How can I get signal strength for each sim ??
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mport java.lang.reflect.Method;
import android.content.Context;
import android.telephony.TelephonyManager;
public final class TelephonyInfo {
}