Using this method below, I get information about sim one
TelephonyManager telephonyManager = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE);
how to get information about the second sim dual sim phone?
work on some device
Resolution:
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
So what should I do? Is there a mistake?
source share