Hi,
My app is a kiosk app. Works fine.
I use the app, and then exit the app.
But then, if i switch the tablet completely off (not standby),
and back on again, the app starts spontaneously, without tapping the icon.
Any ideas on how to avoid that ?
the exit code is this:
<code>
kiosk = Not(kiosk)
If kiosk = False Then
CancelScheduledService(KioskService)
StopService(KioskService)
End If
ExitApplication
</code>
thx,
Paul
My app is a kiosk app. Works fine.
I use the app, and then exit the app.
But then, if i switch the tablet completely off (not standby),
and back on again, the app starts spontaneously, without tapping the icon.
Any ideas on how to avoid that ?
the exit code is this:
<code>
kiosk = Not(kiosk)
If kiosk = False Then
CancelScheduledService(KioskService)
StopService(KioskService)
End If
ExitApplication
</code>
thx,
Paul