Bug 951999 - [B2G][DSDS] Need to add SIM id into the WAP Push message. r=gene

This commit is contained in:
Bevis Tseng 2013-12-23 11:31:43 +08:00
parent 1d26f02307
commit ff12fd4eb8

View File

@ -136,7 +136,8 @@ this.WapPushManager = {
sender: sender,
contentType: msg.contentType,
content: msg.content,
authInfo: authInfo
authInfo: authInfo,
serviceId: options.serviceId
});
},