Enable push by default
This commit is contained in:
parent
0f7beecd8d
commit
ff20a658f0
1 changed files with 1 additions and 1 deletions
|
@ -1164,7 +1164,7 @@ public class LinphonePreferences {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isPushNotificationEnabled() {
|
public boolean isPushNotificationEnabled() {
|
||||||
return getConfig().getBool("app", "push_notification", false);
|
return getConfig().getBool("app", "push_notification", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setPushNotificationRegistrationID(String regId) {
|
public void setPushNotificationRegistrationID(String regId) {
|
||||||
|
|
Loading…
Reference in a new issue