. Commit inicial.

This commit is contained in:
Jose Alberto Guerra Ugalde
2024-11-07 02:41:50 -06:00
parent 0fcaea2441
commit f512b64a2e
17 changed files with 2520 additions and 0 deletions

18
B4A/R_Test.bas Normal file
View File

@@ -0,0 +1,18 @@
B4A=true
Group=Default Group
ModulesStructureVersion=1
Type=Receiver
Version=12.5
@EndOfDesignText@
Sub Process_Globals
End Sub
'Called when an intent is received.
'Do not assume that anything else, including the starter service, has run before this method.
Private Sub Receiver_Receive (FirstTime As Boolean, StartingIntent As Intent)
Log("RECEIVER RECEIVED - BOOT COMPLETED")
Subs.revisaBD
Subs.bitacora("RECEIVER BOOT COMPLETED")
End Sub