I want my user to see a Toast upon my app's start and never again until the app has been killed and then deliberately started up again (not merely restored from being in background.)
So I set a boolean to let me know if toast has been eaten yet and show the toast if it hasn't and set the boolean to eaten, but rotating the device resets everything, even that boolean. How do I make it so that the boolean doesn't get reset on rotate?