Hello, how can we remove the android.permission.RECORD_AUDIO and android.permission.BLUETOOTH because it was detected in our VAPT, but we weren't even using it in our app.
Dear,
Please write the extensibility configuration for your mobile applicationFYI : https://success.outsystems.com/documentation/11/deploying_apps/mobile_apps_packaging_and_delivery/customize_your_mobile_app/extensibility_configurations_json_schema/
{
"android": {
"removePermissions": [
"android.permission.RECORD_AUDIO",
"android.permission.BLUETOOTH"
]
}
Will I put that outside of the preferences?
Inside Preferences,
you can add it as an Android object, similar to iOS in the image
If I just copy and publish it, this error occurs in generating new apk.
While if I do it like this, there's also an error.