Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim app As AppVersion
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
app.Initialize("App")
End Sub
Sub App_version(newversion As String)
Log($"App_version(${newversion})"$)
End Sub
Sub Activity_Resume
app.CheckAppData("com.procoit.kioskbrowser","de")
End Sub