EXTRA_DOCK_STATE_UNDOCKED constant

int const EXTRA_DOCK_STATE_UNDOCKED

Used as an int value for {@link android.content.Intent#EXTRA_DOCK_STATE} to represent that the phone is not in any dock.

Implementation

static const int EXTRA_DOCK_STATE_UNDOCKED = 0;