diff --git "a/docs/Service\347\233\270\345\205\263\351\205\215\347\275\256.md" "b/docs/Service\347\233\270\345\205\263\351\205\215\347\275\256.md" index 8f6142a..cabf9ff 100644 --- "a/docs/Service\347\233\270\345\205\263\351\205\215\347\275\256.md" +++ "b/docs/Service\347\233\270\345\205\263\351\205\215\347\275\256.md" @@ -10,4 +10,6 @@ **onlyStartService**:是否只是 startService 而不需要 startForegroundService,默认true -**connServiceListener**:连接服务回调,可通过这个监听查看 Service 是否连接成功 \ No newline at end of file +**connServiceListener**:连接服务回调,可通过这个监听查看 Service 是否连接成功 + +**startForegroundByWorkManager**:开关,可选择是否使用WorkManager来启动安卓12的后台服务,默认关闭 \ No newline at end of file