You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/23 09:19:09 UTC

[GitHub] [cordova] bandhavya commented on issue #166: Android INTERNET access permissions not being added in AndroidManifest.xml using Cordova 9.0.0

bandhavya commented on 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#issuecomment-545351885
 
 
   One observation, in config.xml just include one plugin for example "phonegap-plugin-barcodescanner"
   and then execute " cordova platform add android@8.0.0"
   After this check the AndroidManifest.xml file in platforms > android > app > src > main
   We see that there are no uses-permission related to camera and flashlight  being added in the AndroidManifest.xml. Hence issue is replicable.
   
   Now, remove plugins and platform. Do not include any plugin in config.xml. Add android platform as mentioned above. Now, manually add plugin using "cordova plugin add phonegap-plugin-barcodescanner" Then permissions in AndroidManifest.xml file are update properly
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org