Is there and Android API to determine whether the SIM card is ISIM?

Viewed 16

Our applications requires us to disable some features for SIM cards without ISIM. Is there an android API, which could help determine whether ISIM is on SIM card?

So far the closest API I could find is @SystemApi function: getIsimDomain() It is in: https://android.googlesource.com/platform/frameworks/base/+/master/telephony/java/android/telephony/TelephonyManager.java

Returns {@code null} if ISIM hasn't been loaded or IMS domain * hasn't been loaded or isn't present on the ISIM. But since it is @SystemApi, I cannot use it

0 Answers
Related