mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-17 21:25:31 +00:00
优化:APP通知默认不开启”自动消除通知“功能
This commit is contained in:
parent
35a8677c9d
commit
c9ed5e40b9
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user