I have a broadcast receiver for notification. My app is a webkit, and I want my app to be opened and directed to a certain URL when user clicks on the notification. Everything seems to be working fine, but I've encountered a problem now....
onNewIntent()
is called if the user last exited the app by pressing home button. but onNewIntent()
is not called if the user exited from back button. can anyone please help?