Activity A starts Activity B waiting for result. But Activity B can be started from Notification. Want to keep navigation when starting B from Notification
While starting B from notification the Activity A starts from onCreate method. The onActivityResult method is not called so I added the result into a shared preference and check that value while starting A