Commit 56700e47 by System Administrator

取消安卓代码的通知消除功能

parent f101361b
......@@ -42,7 +42,7 @@ public class HandleService extends IntentService {
NotificationService.cordovaPlugin.getActivity().runOnUiThread(new Runnable() {
@Override
public void run() {
NotificationService.webView.loadUrl("javascript:cordova.plugins.notification.badge.decrease(1)");
// NotificationService.webView.loadUrl("javascript:cordova.plugins.notification.badge.decrease(1)");
}
});
// Log.e(TAG, "onStartCommand: userId "+ intent.getStringExtra("userId"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment