Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Easily Deploy Advanced Android Kiosk Mode With This FireMonkey Template

advanced android kiosk mode template

With Embarcadero Delphi, this FireMonkey template demonstrates the new Android Kiosk Mode introduced in Android 6.0. Kiosk mode (lock mode) is a distinct application mode. These applications cannot be closed.

In this post, you’ll learn how to easily deploy advanced Android kiosk mode with the help and use of Android App Builder Software.

The purpose of this template is

 

All implementation of the mode is in the KioskApplication.pas module

Create an instance of the TKioskApplication class and call StartLockTask after the application starts. It is also necessary to make a condition for exiting the application (for example, entering a password). Before closing the application, call StopLockTask.

You can get this FireMonkey template from GetIt Package Manager

Head over and find out more about the Android Kiosk template and then download it via GetIt in the IDE.

Exit mobile version