设置统计分析功能默认为关闭

This commit is contained in:
Hevin 2016-03-29 18:02:26 +08:00
parent b9b77840ab
commit e117f77a38
2 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,6 @@
};
var initiateUI = function () {
try {
window.plugins.jPushPlugin.init();
getRegistrationID();

View File

@ -68,7 +68,7 @@ public class JPushPlugin extends CordovaPlugin {
private static String TAG = "JPushPlugin";
private static boolean shouldCacheMsg = false;
private static boolean isStatisticsOpened = true; // 是否开启统计分析功能
private static boolean isStatisticsOpened = false; // 是否开启统计分析功能
public static String notificationAlert;
public static Map<String, Object> notificationExtras = new HashMap<String, Object>();