Trigger - SIM State
        The trigger SIM State is executed when the SIM state changes to one of the selected states.
        
        Warning: This function is not officially supported by Android and might not work on all devices.
    
Examples:
- Play a warning sound when the SIM is removed.
 
Settings
    SIM state changed to
    Defines the SIM states to execute the trigger.
    A variable is a container for a value that can be used in many actions and conditions to dynamically define a part of a text.
See action Script for a description.
    
    
    
    
    
See action Script for a description.
Supplied Variables
    triggertimethe time the trigger executed
    previous_sim_statethe previous state (0=unknown, 1=absent, 2=PIN required, 3=PUK required, 4=network locked, 5=ready)
    sim_statethe new state (0=unknown, 1=absent, 2=PIN required, 3=PUK required, 4=network locked, 5=ready)