Specifications
16
Operation mode Notification
When the operation mode is changed, sticky intent (Intent.ACTION_OP_MODE_EVENT) is
send to the applications.
Table 1.11
State of switch No.7 Value of status
ON turns to OFF 0
OFF turns to ON 1
Please refer to the official web site "Android Developers" for details of “sticky intent”.
Retrieve Operation mode Status
The state of the operation mode can be retrieved by the function of System Library.
The functions of the System Library related with the “Operation mode“ are as below.
getOperationModeSwitchState
: Retrieve the state of the operation mode switch.