Removed last ; in contact params
This commit is contained in:
parent
13669909ad
commit
2f89532ea9
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
||||||
String regId = getPrefString(R.string.push_reg_id_key, null);
|
String regId = getPrefString(R.string.push_reg_id_key, null);
|
||||||
String appId = getString(R.string.push_sender_id);
|
String appId = getString(R.string.push_sender_id);
|
||||||
if (regId != null && getPrefBoolean(R.string.pref_push_notification_key, mR.getBoolean(R.bool.pref_push_notification_default))) {
|
if (regId != null && getPrefBoolean(R.string.pref_push_notification_key, mR.getBoolean(R.bool.pref_push_notification_default))) {
|
||||||
String contactInfos = "app-id=" + appId + ";pn-type=google;pn-tok=" + regId + ";pn-msg-str=IM_MSG;pn-call-str=IC_MSG;pn-call-snd=ring.caf;pn-msg-snd=msg.caf;";
|
String contactInfos = "app-id=" + appId + ";pn-type=google;pn-tok=" + regId + ";pn-msg-str=IM_MSG;pn-call-str=IC_MSG;pn-call-snd=ring.caf;pn-msg-snd=msg.caf";
|
||||||
proxycon.setContactParameters(contactInfos);
|
proxycon.setContactParameters(contactInfos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue