forked from github/jpush-phonegap-plugin
设置统计分析功能默认为关闭
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user