arsenal942 / Cordova-Network-Manager

Cordova Network Manager enables Wifi management for both Android and iOS applications within Cordova/Phonegap projects.
Other
16 stars 8 forks source link

Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N #18

Closed coloz closed 6 years ago

coloz commented 6 years ago

show the error

cordovanetworkmanager\cordovaNetworkManager.java:66: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing cordova.getActivity() to cordova.getActivity().getApplicationContext() [WifiManagerLeak]

hope update the plugin to Arduino N

arsenal942 commented 6 years ago

Sorry I've been away for a bit. I reviewed and merged your PR.