Definition of platform intent actions and extras.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_ON_HEAD_STATE_CHANGED | Broadcast action: sent when the user starts or stops wearing the device. | |||||||||
String | EXTRA_IS_ON_HEAD | Boolean extra denoting whether the user is wearing the device. | |||||||||
String | EXTRA_PICTURE_FILE_PATH | String extra holding the file path of the picture. | |||||||||
String | EXTRA_THUMBNAIL_FILE_PATH | String extra holding the file path of the thumbnail representing a captured picture or video. | |||||||||
String | EXTRA_VIDEO_FILE_PATH | String extra holding the file path of the video. |
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constants
public static final String ACTION_ON_HEAD_STATE_CHANGED
Broadcast action: sent when the user starts or stops wearing the device.
This is a protected intent that can only be sent by the system.
See Also
public static final String EXTRA_IS_ON_HEAD
Boolean extra denoting whether the user is wearing the device.
See Also
public static final String EXTRA_PICTURE_FILE_PATH
String extra holding the file path of the picture.
See Also
public static final String EXTRA_THUMBNAIL_FILE_PATH
String extra holding the file path of the thumbnail representing a captured picture or video.
public static final String EXTRA_VIDEO_FILE_PATH
String extra holding the file path of the video.