How to get the second SIM card number?
TelephonyManager tm = (TelephonyManager) context .getSystemService(Context.TELEPHONY_SERVICE); tm.getLine1Number();
Returns the number of the first SIM card.
No one has answered this question yet.
See similar questions:
or similar:
Source: https://habr.com/ru/post/1480147/More articles:Finding a list of nested string tuples in python - pythonWhere is the .ctags file on Windows? - windowsHow to open google maps using simple html - htmlJavascript warning field called with codebehind not working - javascriptGet an object with a given attribute from a deep hierarchy - javascriptsignalr InvalidOperationException - signalrconvert QTime to seconds - c ++Django Admin shows escaped HTML even when allow_tags = True - pythonIt may look like several DOM elements on the back panel in the form $ el - underscore.jsscala - declaration of an uninitialized variable - scalaAll Articles