Releases: ShihooWang/DaemonLibrary
Releases · ShihooWang/DaemonLibrary
Add methods to modify the notification bar UI in the watch process
You can modify the notification bar UI at the App initialization.
ForegroundNotificationUtils.setResId()
ForegroundNotificationUtils.setNotifyTitle()
ForegroundNotificationUtils.setNotifyContent()
ForegroundNotificationUtils.setChannelId()
ForegroundNotificationUtils.setChannelPosition()
if is needed,the channel setting of NotificationChannel method will be opened.
last release
add the JitPack repository
V1.1.1
1.Put the MainWorkService who extends AbsWorkService in the main process.
2.TargetSdkVersion 26 .
3.Fix bug.
1.0.0正式版本
任务结束时,取消注册动态广播,防止内测泄露。
v0.0.4
修复频繁开启关闭服务时抛出 Service not registered的异常。
V0.04
Update README.md
shihoooo
Advanced version!
修复bug
v0.0.2 修改
修改包名,增加新功能
v0.0.1 修改包名
v0.0.0
This is the first release for DeamonLibrary witch help Android developers create a service that can run continuously in the background of Android devices.