noHistory property
Set to true
to launch the Android intent with the flag FLAG_ACTIVITY_NO_HISTORY
. The default value is false
.
Implementation
bool noHistory;
Set to true
to launch the Android intent with the flag FLAG_ACTIVITY_NO_HISTORY
. The default value is false
.
bool noHistory;