List of usage examples for android.webkit WebView disablePlatformNotifications
@Deprecated @UnsupportedAppUsage public static void disablePlatformNotifications()
From source file:android.webkit.cts.WebViewTest.java
@UiThreadTest public void testPlatformNotifications() { if (!NullWebViewUtils.isWebViewAvailable()) { return;/*from ww w.j a v a2 s .c o m*/ } WebView.enablePlatformNotifications(); WebView.disablePlatformNotifications(); }