1. Android app is closed (same with minimized on latest android) 2. We receive call start notification with `react-native-firebase/messaging` 3. We display incoming call with this lib 4. User answers Expected result: > we open app (MainActivity) with video call. Actual result: > native call fullscreen is shown > app Is not opened and no idea how to open it from background notification in latest Android. Any thoughts?