| java.lang.Object | |
| ↳ | masonamerica.platform.MasonIntent |
Mason OS Intent Actions and Extras
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION_INSTALL_UPDATE | Broadcast Action: The system has downloaded an OTA update and is ready for installation initiated by `config_install_prompt_package`. | |||||||||
| String | ACTION_LONG_PRESS_POWER | Broadcast Action: The power button has been long pressed and `config_longPressOnPowerBehavior` has been set to send this broadcast. | |||||||||
| String | ACTION_SHORT_PRESS_POWER | Broadcast Action: The power button has been short pressed and `config_shortPressOnPowerBehavior` has been set to send this broadcast. | |||||||||
| String | EXTRA_TARGET_UUID | A string holding the UUID used to reference a downloaded OTA package. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Broadcast Action: The system has downloaded an OTA update and is ready for installation initiated by `config_install_prompt_package`. The intent will have the following extra values:
EXTRA_TARGET_UUID containing a UUID for referencing the downloaded OTA package.
Broadcast Action: The power button has been long pressed and `config_longPressOnPowerBehavior` has been set to send this broadcast.
Broadcast Action: The power button has been short pressed and `config_shortPressOnPowerBehavior` has been set to send this broadcast.
A string holding the UUID used to reference a downloaded OTA package.