Enable push by default

This commit is contained in:
Sylvain Berfini 2018-02-20 16:13:07 +01:00
parent 0f7beecd8d
commit ff20a658f0

View file

@ -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) {