I need a method to differentiate between activity launches from the launcher or another activity's up navigation. I have a setting preference to show a tutorial the next time the app is started, but the tutorial is called when I press up on the settings activity.
I've tried the methods described here (using intent.getAction() and intent.getCategories()) Differentiating between an Activity launch from home screen or from another activity from App but they don't work when I use up navigation instead of the back button