MiPushFramework icon indicating copy to clipboard operation
MiPushFramework copied to clipboard

do not send intent on predefined message

Open RichardLuo0 opened this issue 4 months ago • 0 comments

  1. https://dev.mi.com/distribute/doc/details?pId=1544 5.2 节 用户点击了预定义通知消息,消息不会通过 onNotificationMessageClicked 方法传到客户端。否则有些app会打开两次intent。
  2. 即使 forwardToTargetApplication() 返回null,也应该消除通知,因为有一个launchApp,会把app放到前台,那这时通知也应该消失。
  3. 代码格式整理

RichardLuo0 avatar Oct 16 '24 18:10 RichardLuo0