Remove unused code

This commit is contained in:
Hevin
2017-09-26 17:51:25 +08:00
parent 155f1e2f6c
commit 9f156727e7
3 changed files with 4 additions and 38 deletions
-10
View File
@@ -365,16 +365,6 @@ JPushPlugin.prototype.reportNotificationOpened = function (msgID) {
}
}
/**
*是否开启统计分析功能,用于“用户使用时长”,“活跃用户”,“用户打开次数”的统计,并上报到服务器上,
*在 Portal 上展示给开发者。
*/
JPushPlugin.prototype.setStatisticsOpen = function (mode) {
if (device.platform === 'Android') {
this.callNative('setStatisticsOpen', [mode], null)
}
}
/**
* 用于在 Android 6.0 及以上系统,申请一些权限
* 具体可看:http://docs.jpush.io/client/android_api/#android-60