Commit 84db52e3 by cuiliang.shi

默认设置

1 parent e8c962e0
......@@ -111,6 +111,8 @@ public class BirdService extends Service {
}
notification.flags |= Notification.FLAG_NO_CLEAR;
startForeground(1, notification);
}else{
DevicePreferences.getInstance(this).putBoolean("is_need_notification", true);
}
ret_cfgv = DevicePreferences.getInstance(getApplicationContext()).getString("bird_ret_cfgv", "0");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!