GitHub user dreifachstein opened a pull request:
https://github.com/apache/cordova-plugin-device/pull/62
CB-12623: (android) access Context through webView.getContext()
Android WebView can be created without an Activity. One use case is
to create a WebView within a Service and
GitHub user dreifachstein opened a pull request:
https://github.com/apache/cordova-android/pull/385
CB-12835: add a Context getter in CordovaInterface
A custom engine may live outside of the Activity's lifecycle and the
Activity instance may not always be available. This g