mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 951999 - [B2G][DSDS] Need to add SIM id into the WAP Push message. r=gene
This commit is contained in:
parent
a7eb6eb74b
commit
c9c1806426
@ -136,7 +136,8 @@ this.WapPushManager = {
|
||||
sender: sender,
|
||||
contentType: msg.contentType,
|
||||
content: msg.content,
|
||||
authInfo: authInfo
|
||||
authInfo: authInfo,
|
||||
serviceId: options.serviceId
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user