updateEnableSafetyTips static method
设置是否打开安全文案提醒
Implementation
static void updateEnableSafetyTips(bool enable) {
PreferenceUtils.saveBool(enableSafetyNotice, enable);
}
设置是否打开安全文案提醒
static void updateEnableSafetyTips(bool enable) {
PreferenceUtils.saveBool(enableSafetyNotice, enable);
}