Android cmwap网络方式下使用 webview



添加代理:

 protected void onResume() {      

mWebViewr.enablePlatformNotifications();

}

取消代理:

protected void onPause() {    

mWebView.disablePlatformNotifications();

}

你可能感兴趣的:(Android cmwap网络方式下使用 webview)