Using my mom’s phone with my app if i hit the home button and then navigate back to the app, it is calling onCreate again. If I understand correctly this should not be the case right?
I know this is happening because my webview loads and it should just open up the page that was already open. Especially since I have the launch mode set to singleInstance…
What are some reasons to why it would be called twice on my mom’s phone, but on my phone it works exactly how it should?
According to the Android documentation, your Activity can be killed at any time when it’s not active which is the case when you switch back to the home screen.