Permission causing issue (android.permission.FOREGROUND_SERVICE)

Hi everyone,

I’m trying to publish my app on Google Play using the Bubble Mobile Editor, but my Android build is being bundled with:

android.permission.FOREGROUND_SERVICE

My app does not use foreground service as a core feature, and I don’t have any functionality that should require this permission.

I’ve tried deploying new builds, but the permission is still included and Google Play is flagging it during the publishing process.

Has anyone else experienced this with Bubble Mobile builds? Is there any known workaround or setting to remove this permission from the Android bundle?

Any help would be appreciated.

Do you have any mobile plugins installed?

yes, Camera Capture for Bubble Mobile and also animated loader. Both plugins were not added in my very first build, and when I look at the permission set from that past build, it also shows this permission.