Fix a leak in WebView.
Fixes #2296601. WebView and its related APIs are keeping static objects that hold references to Context instance. This could cause applications to leak their first Activity and all the associated resources.
Loading
Please register or sign in to comment