mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-18 21:12:56 +08:00
设置统计分析功能默认为关闭
This commit is contained in:
parent
b9b77840ab
commit
e117f77a38
@ -95,7 +95,6 @@
|
||||
};
|
||||
|
||||
var initiateUI = function () {
|
||||
|
||||
try {
|
||||
window.plugins.jPushPlugin.init();
|
||||
getRegistrationID();
|
||||
|
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user