|
@@ -94,7 +94,9 @@ public class JiguangPushPlugin implements MessageSenderPlugin, InitializingBean
|
|
|
android.put("extras", android_extras);
|
|
|
//2022年5月27日 增加以下参数,是因为安卓无法跳转到APP中
|
|
|
JSONObject intentParam = new JSONObject();
|
|
|
- intentParam.put("url", "intent:#Intent;action=android.intent.action.MAIN;end");
|
|
|
+// intentParam.put("url", "intent:#Intent;action=android.intent.action.MAIN;end");
|
|
|
+ //2022年6月3日 修改参数,安卓通知需要后台修改
|
|
|
+ intentParam.put("url", "intent:#Intent;action=cn.jiguang.push.customAction;component=com.daya.studaya_android/com.daya.studaya_android.ui.MainActivity;end");
|
|
|
android.put("intent", intentParam);
|
|
|
|
|
|
JSONObject ios = new JSONObject();// ios通知内容
|