telephonyProfile

fun telephonyProfile(simState: String, simCountry: String, operator: String, networkType: String, modemCount: Int): String

Summarizes SIM/carrier/radio metadata as a fingerprint that survives IMEI restrictions.

Return

Human-readable telephony profile.

Parameters

simState

SIM state string.

simCountry

SIM country code, or "n/a".

operator

Carrier/operator name.

networkType

Radio access technology.

modemCount

Number of modems.