- Fixed task delay to start after service restart
#4
- Fixed waiting to
refreshForegroundServiceContent
to finish execute
- Added start on boot option
#2
- Added new property to the
NotificationContent
, can now set the notification priority
RestartForegroundService
now namedForegroundServiceReceiver
- Fixed memory overflow
#1
- Fixed service crush on auto restart when the OS kills the service
- The service will run for longer period before the OS kills it
- Fixed service crush on restart after the OS kills it
- Fixed service restart task after service got killed by the OS
- Fixed service crush on restart after the OS kills it
- Fixed
NotifiacationContant
'sbodyText
prop, now it is not required it is optional - Fixed
NotifiacationContant
'senableVibration
prop, (a semicolon sliped in LOL) - Fixed
NotifiacationContant
'ssubText
andbodyText
props, now if it is not set (null
) then nothing is shown
- First upload of the plugin