What is the "install" event in Android that I can use to to display a Status Message? Say I'm installing an app for the first time, I want to display a welcome status message for that time only. Right now I am able to implement this from the "Activity_Create" event.