FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET constant

  1. @deprecated
int const FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET

@deprecated As of API 21 this performs identically to {@link #FLAG_ACTIVITY_NEW_DOCUMENT} which should be used instead of this.

Implementation

@deprecated
static const int FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET = 0x00080000;