breautek commented on issue #122:
URL: 
https://github.com/apache/cordova-plugin-network-information/issues/122#issuecomment-657306559


   Hmm, I'm not reproducing this with a simple cordova app on an android 10 
emulator.
   
   It looks like for some reason, your app is missing the `<uses-permission 
android:name="android.permission.ACCESS_NETWORK_STATE" />` declaration in your 
`AndroidManifest.xml` file. This is something the plugin adds on installation.
   
   Can you confirm that line exists inside 
`<project-root>/platforms/android/app/src/main/AndroidManifest.xml`? It should 
appear as a child of the `<manifest>` tag somewhere.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to