#Region Service Attributes
#StartAtBoot: true
#End Region
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim memoria As Keyvaluestore
End Sub
Sub Service_Create
memoria.Initialize(File.DirDefaultExternal,"datastore")
End Sub
Sub Service_Start (StartingIntent As Intent)
DateTime.Time(memoria.GetSimple("date"))
StartServiceAt(starts,conv,False)
StopService("")
End Sub
Sub Service_Destroy
End Sub