11
Views
4
Comments
Remove android.permission.RECORD_AUDIO and android.permission.BLUETOOTH
Question

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. 

2025-01-15 08-35-04
Vignesh Sekar

Dear,

Please write the extensibility configuration for your mobile application
FYI : 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"

    ]

  }

}

UserImage.jpg
Matanong

Will I put that outside of the preferences? 

2025-01-15 08-35-04
Vignesh Sekar

Inside Preferences, 

you can add it as an Android object, similar to iOS in the image 

UserImage.jpg
Matanong

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.