Android has deprecated WebViewClient method
public boolean shouldOverrideUrlLoading(WebView view, String url) { throw new RuntimeException("Stub!"); }
in android api 24 but after going though their documentation i am not able to find why? what was the reason behind this? if any one has any idea please share your thoughts. Thanks in advance.