Android短信Notification的几个ID

private static final int NOTIFICATION_ID = 123;
public static final int MESSAGE_FAILED_NOTIFICATION_ID = 789;
public static final int DOWNLOAD_FAILED_NOTIFICATION_ID = 531;

分别是收到新短信、发送短信失败、接收短信失败的3个Notification ID。

posted @ 2014-10-29 22:32  MSTK  阅读(545)  评论(0编辑  收藏  举报