bandhavya opened a new issue #166: Android INTERNET access permissions not being added in AndroidManifest.xml using Cordova 9.0.0 URL: https://github.com/apache/cordova/issues/166 # Bug Report ## Problem Android INTERNET access permissions not being added in AndroidManifest.xml using Cordova 9.0.0 ### What is expected to happen? in the previous cordova versions, uses-permission was added directly in the AndroidManifest.xml file without any explicity permission addition in the config.xml ### What does actually happen? Now, the permissions are not added in the AndroidManifest.xml. We should explicitly add them from the config.xml. This does not occur with phonegap build. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> Just try to add a plugin which will make use of INTERNET access. On adding this plugin with cordova version less than 8.1.0 there are no conflicts. But with cordova 9.0.0, we observe that network calls are failing as there is no internet access permission included in AndroidManifest.xml file. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova cli 9.0.0 cordova-android 8.0.0 plugins used are cordova-plugin-app-version 0.1.9 cordova-cookie-emperor cordova-plugin-customurlscheme 4.3.0 cordova-plugin-device 2.0.3 cordova-plugin-file 6.0.1 cordova-plugin-file-opener2 cordova-plugin-file-transfer 1.7.1 cordova-plugin-inappbrowser 3.0.0 cordova-plugin-mediascanner 0.1.3 cordova-plugin-splashscreen 5.0.2 cordova-plugin-statusbar 2.4.2 cordova-plugin-transport-security 0.1.2 cordova-plugin-whitelist 1.3.3 cordova-plugin-zeep 0.0.4 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ ] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to most recent version - [ ] I included all the necessary information above
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
