mirror of
https://github.com/KeymonSoft/Monitor-Keymon.git
synced 2026-04-17 21:06:19 +00:00
- VERSION 4.12.14
- Se actualizo la libreria ReplyAuto para que no mande mensajes de "notification_removed"
This commit is contained in:
@@ -5,7 +5,7 @@ Type=Service
|
||||
Version=11
|
||||
@EndOfDesignText@
|
||||
#Region Service Attributes
|
||||
#StartAtBoot: False
|
||||
#StartAtBoot: True
|
||||
#End Region
|
||||
|
||||
Sub Process_Globals
|
||||
@@ -17,12 +17,13 @@ Sub Process_Globals
|
||||
End Sub
|
||||
|
||||
Sub Service_Create
|
||||
' Log(963)
|
||||
rp.Initialize("MonitorKeymon")
|
||||
If Starter.logger Then Log("**************** Iniciamos Monitor Keymon ***********************")
|
||||
End Sub
|
||||
|
||||
Sub Service_Start (StartingIntent As Intent)
|
||||
Log("Monitor - NotificationService Start")
|
||||
if starter.logger then Log("Monitor - NotificationService Start")
|
||||
If rp.HandleIntent(StartingIntent) Then Return
|
||||
DateTime.DateFormat = "mm"
|
||||
ultimaNoti = DateTime.Date(DateTime.now)
|
||||
|
||||
Reference in New Issue
Block a user