Background plugin not compatible with Image-Picker plugin

Before installing background plugin every thing work 100% but after installing background plugin image-picker not working again it’s returning empty array when I click to choice image(s).

So I remove background plugin from app.module.ts and from all modules and same thing then I remove background plugin from cli ionic cordova plugin rm cordova-plugin-background-mode and it’s working again.

I think the problem occurs when I install cordova-plugin-background-mode with or without adding it to modules.