Resume Event - Detect intent

Creating a finance app in Ionic (latest) and am using the “resume” event to trigger a biometric auth every time the user comes back into the app.

Problem is the “resume” event is also fired when using the FileChooser, ImagePicker and Camera plugins.

How do I detect when the user is in one of those activities? How do those plugins relate to the resume event?
Why does the “resume” topic on the Platform service not pass any Event data?