I want to detect the SIM type from an Android app. Whether it's an eSIM (embedded SIM) or not.
I'm playing with https://developer.android.com/reference/android/telephony/euicc/EuiccManager. But no success yet!
I want to detect the SIM type from an Android app. Whether it's an eSIM (embedded SIM) or not.
I'm playing with https://developer.android.com/reference/android/telephony/euicc/EuiccManager. But no success yet!
Copyright © 2021 Jogjafile Inc.
Android has an API to detect embedded SIM https://developer.android.com/reference/android/telephony/SubscriptionInfo#isEmbedded().