You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/30 09:37:13 UTC

[GitHub] [cordova-android] Domvel edited a comment on issue #857: Android INTERNET access permissions not being added in AndroidManifest.xml using Cordova 9.0.0

Domvel edited a comment on issue #857:
URL: https://github.com/apache/cordova-android/issues/857#issuecomment-719447565


   I'm facing the same or a similar problem.
   In this screenshot, you see two builds from the same sources. The `AndroidManifest.xml` from the APK (apktool).
   ![apk-manifest](https://user-images.githubusercontent.com/35452565/97688867-18027780-1a9b-11eb-86e3-efbdd2c57d62.png)
   
   You can see that one build (`platforms\android\app\build\outputs\apk\debug\app-debug.apk`) has no `INTERNET` permission.
   But the `BLUETOOTH_ADMIN` twice.
   
   It looks like overwritten by picking the first permission tag. But why and where? Because it just a adding the bluetooth permission twice.
   


----------------------------------------------------------------
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



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