- VERSION 4.12.14

- Se actualizo la libreria ReplyAuto para que no mande mensajes de "notification_removed"
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-12-16 21:25:00 -06:00
parent baa8f9bbd8
commit efb4404cea
8 changed files with 80 additions and 26 deletions

View File

@@ -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)