configMode property

String? configMode
getter/setter pair

The configuration mode of the SIM card on the device.

This is applicable for eSIMs only. This is supported on all devices for Android 15 and above. This is always CONFIG_MODE_UNSPECIFIED for physical SIMs and for devices below Android 15.

Output only. Possible string values are:

  • "CONFIG_MODE_UNSPECIFIED" : The configuration mode is unspecified.
  • "ADMIN_CONFIGURED" : The admin has configured this SIM.
  • "USER_CONFIGURED" : The user has configured this SIM.

Implementation

core.String? configMode;