Wanted to share quick tip related to ApplicationStartupEventManager class . Just in case if you want to do something on start up , ApplicationStartupEventManager class has multiple delegates defined which you can subscribed to . Just do find references and you will see how this class is used in standard application.

few of the available delegates are below :

    delegate void onSystemStartup() – Event that occurs when the system starts up /The event is raised once per AOS upon startup.

    Delegate onSessionCreated – The event is raised once per user session creation for any user.