Merge pull request #65 from wgjtyu/master

抽离API_KEY的配置
This commit is contained in:
darkterrorooo
2015-12-01 12:15:55 +08:00
5 changed files with 77 additions and 12 deletions
+2 -1
View File
@@ -19,7 +19,7 @@ import org.json.JSONException;
import org.json.JSONObject;
import java.util.Map.Entry;
import your.package.name.R;
import __PACKAGE_NAME__.R;
import cn.jpush.android.api.BasicPushNotificationBuilder;
import cn.jpush.android.api.CustomPushNotificationBuilder;
@@ -46,6 +46,7 @@ public class JPushPlugin extends CordovaPlugin {
"setLatestNotificationNum",
"setPushTime",
"clearAllNotification",
"clearNotificationById",
"addLocalNotification",
"removeLocalNotification",
"clearLocalNotifications",