I want to publish my PowerApps warp application for Android platform (aab and apk files) in the Google Play Store, but I'm having issues because the generated aab file has permissions for android.permission.FOREGROUND_SERVICE, android.permission.FOREGROUND_SERVICE_CAMERA, android.permission.FOREGROUND_SERVICE_DATA_SYNC, android.permission.FOREGROUND_SERVICE_LOCATION and android.permission.ACTIVITY_RECOGNITION. I would like to know how to remove these permissions as I am not using them in my application.