Similar to this issue in the react-native-sdk we want to be able to identify whether a push notification was clicked and which notification it was.
Our campaigns are set up to open the app as "Open action"
Our preferred solution would be you providing this functionality via the Android SDK.
If this is not possible, could you add the JSON payload to the Intent that launches the app, so this information can be extracted in the onNewIntent callback within the launched activity?