# Bug Report ## Problem I've subcribed to the `onResume` as documented, but i only get the event triggered (with the proper `pendingResult` value) when i cancel the photo. ### What is expected to happen? The app should be notified via the `onResume` event, with the taken photo. ### What does actually happen? If i take the photo, the app restarts but the `onResume` event never gets fired. ## Information I've had users reporting the issue on Redmi Note 7. I'm simulating the issue by enabling `Don't keep activities` on the dev options.  ### Environment, Platform, Device Android (8.1 and 13) ### Version information Plugin version: [6.0.0](https://github.com/apache/cordova-plugin-camera/releases/tag/6.0.0) Tested on android 8.1 and 13