So I've run into an issue on Android, and I'm not sure if it's Xamarin Forms specific or not, but I've noticed that launching the app from the app list (once it's already running and in the background) seems to fire OnResume as expected. However I noticed that if I click the "Open" from the app store, it seems to fire "OnStart" and runs the ctor for App() as well, despite being already open in the background.
Is this intended behavior? Has anyone else noticed this?
Thanks!