Adding uses-permission using Ionic native plugin Diagnostic

Hi everyone,

I’m just wondering, does the diagnostic plugin automatically adds the permissions in the AndroidManifest.xml or do I need to do it manually?

I already put this on my config.xml:

<preference name="cordova.plugins.diagnostic.modules" value="LOCATION WIFI CAMERA NOTIFICATIONS EXTERNAL_STORAGE" />

but the only permission I saw in the AndroidManifest.xml is for the EXTERNAL_STORAGE.