优化:APP通知默认不开启”自动消除通知“功能

This commit is contained in:
pppscn 2022-01-31 12:07:39 +08:00
parent 35a8677c9d
commit c9ed5e40b9

View File

@ -74,7 +74,7 @@ public class SettingUtil {
} }
public static boolean getSwitchCancelAppNotify() { public static boolean getSwitchCancelAppNotify() {
return sp_setting.getBoolean(Define.SP_MSG_KEY_STRING_CANCEL_APP_NOTIFY, true); return sp_setting.getBoolean(Define.SP_MSG_KEY_STRING_CANCEL_APP_NOTIFY, false);
} }
public static void switchEnableBatteryReceiver(Boolean enable) { public static void switchEnableBatteryReceiver(Boolean enable) {