P
Size: a a a
P
V
P
P
V
Я
P
NM
P
SY
K
NM
SY
DB
val telephony = getSystemService(Context.TELEPHONY_SERVICE) as? TelephonyManager
telephony.line1Number
val list = (getSystemService(Context.TELEPHONY_SUBSCRIPTION_SERVICE) as SubscriptionManager).activeSubscriptionInfoList
for(item in list){
item.number
}
AP
F
val telephony = getSystemService(Context.TELEPHONY_SERVICE) as? TelephonyManager
telephony.line1Number
val list = (getSystemService(Context.TELEPHONY_SUBSCRIPTION_SERVICE) as SubscriptionManager).activeSubscriptionInfoList
for(item in list){
item.number
}
SY
NM
NM
SY