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