I\'ve see this subject been discussed here but can\'t seem to understand how to proceed.
In my onCreate I have code that checks if it is the first run of th
onCreate
Take another boolean variable isChengelog and set it false initialy, when user click on ChangeLog dialog set it true and save it in preferences. Further proceeding code check
isChengelog
ChangeLog
if(isChengelog){ //Show firstRun Aleret dialog } else{ //Not Show firstRun Aleret dialog }