SimElementaryFileType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SimElementaryFileType
type SimElementaryFileType =
- Inheritance
-
SimElementaryFileType
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | A value for an elementary file that is not recognized. Generally this should be ignored. If new values are added then this will be used for apps that target SDKs where they aren't defined. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Adn | 1 | Type for accessing records in the "abbreviated dialing number" (ADN) elementary file on the SIM. ADN records are typically user created. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Fdn | 2 | Type for accessing records in the "fixed dialing number" (FDN) elementary file on the SIM. FDN numbers are the numbers that are allowed to dialed for outbound calls when FDN is enabled. FDN records cannot be modified by applications. Hence, insert, update and delete methods operating on this Uri will throw UnsupportedOperationException Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Sdn | 3 | Type for accessing records in the "service dialing number" (SDN) elementary file on the SIM. Typically SDNs are preset numbers provided by the carrier for common operations (e.g. voicemail, check balance, etc). SDN records cannot be modified by applications. Hence, insert, update and delete methods operating on this Uri will throw UnsupportedOperationException Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |