uniplan Active Member Licensed User Longtime User Apr 14, 2016 #1 it's possible lock the closure of a program so that it remains active? I wish that the program is closed only if I press a button.
it's possible lock the closure of a program so that it remains active? I wish that the program is closed only if I press a button.
S sorex Expert Licensed User Longtime User Apr 15, 2016 #2 yes, you can use a timer to bring the app always to the front even when they pressed the home button. maybe you can trap the home button event aswell like you can do for the back key. In my case the app was supposed to be always running (voice monitoring of people with a handicap) so I went for the service timer method. Upvote 0
yes, you can use a timer to bring the app always to the front even when they pressed the home button. maybe you can trap the home button event aswell like you can do for the back key. In my case the app was supposed to be always running (voice monitoring of people with a handicap) so I went for the service timer method.
Erel B4X founder Staff member Licensed User Longtime User Apr 15, 2016 #3 It is not possible to completely "lock" the app. Start with this tutorial: Android "Kiosk mode" tutorial Upvote 0
It is not possible to completely "lock" the app. Start with this tutorial: Android "Kiosk mode" tutorial