B4A Tutorial Device Owner / TaskLock / Kiosk apps 2017 - Erel    Jul 18, 2017   (40 reactions)   tags: #kiosk https://www.b4x.com/basic4android/images/SS-2017-07-18_13.19.46.png Starting from Android 5 (API 21) there is better support for kiosk applications. Kiosk applications = applications that the user cannot exit from. As you can see in this screenshot, the home button and recent apps button are missing. The top notifications drawer is also inaccessible. This solution is good for devices that serve a specific purpose. For example point of sale solutions or tourist information stands. Device... B4A Tutorial Android "Kiosk mode" tutorial - Erel    Jul 18, 2017   (3 reactions) Edit: A better kiosk implementation is available: https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/#post-518018 Kiosk mode applications are applications that lock the device and do not allow the user to run any other application other than the kiosk application. Android doesn't allow true kiosk mode without building a custom ROM. However using... (UserClosed As Boolean) If kiosk Then StartServiceAt(KioskService, DateTime.Now + 1 * DateTime... B4A Tutorial ✅ B4A Uninstalling a kiosk app - Peter Simpson    Nov 27, 2023   (13 reactions) Hello all,
I've noticed 2 or 3 posts about not being able to uninstall a kiosk app because... seeing the failed to install error above. Develop your app as usual and only install as a kiosk app... B4A Question APP Update marked as Owner (Kiosk) - Mike1970    Feb 15, 2025 Hi Guys, I've a watchdog app that is installed using the "ADB install -t "path-to-apk" and then set as kiosk app by using the adb commandadb shell dpm set-device-owner myCompany... B4A Question Kiosk Mode stopped working - iCAB    Apr 25, 2020 Hi Guys
I was testing the code below few weeks ago and I am sure it was all working fine:
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
I am trying it today... B4A Question [B4XPages] Starting an APP with Intent in Kiosk Mode causes glitches (not in Normale Mode) - Mike1970    Sep 14, 2024 functionalities (including the real scenario for the kiosk mode)... but I just encountered a big big... the kiosk mode?)
Sub Timer_Tick
Dim In As Intent
Dim pm As PackageManager
In = pm... B4A Question Watchdog for Kiosk Application - Mike1970    May 17, 2024 Hi everyone, I'm developing a Kiosk Application that must be ROBUST and STABLE.
I'm doing a lot of researches on the forum and beyond... but there are things that I do not like at all... (I hope I'm not understanding it correctly...)
I followed @Erel's tutorial about Kiosk... B4A Question [B4XPages] How to update Kiosk app remotely - Mike1970    May 15, 2024 Hi everyone, I'm doing some researches for a customer project that needs a kiosk.
So I bought... I already saw the Kiosk Tutorial and the Immersive Mode Tutorial.
I still miss some pieces to get all... B4A Question [B4XPages] Connect to WiFi from a Kiosk mode app - Mike1970    Apr 7, 2024 Hi everyone I’ve to build an app for tablets that must run in Kiosk mode.
Technical user must be able to change the WiFi network of the tablet.
what do you suggest to do?
Do exists some intent-based approach to show ONLY the system wifi page and be able to only go back to my app once connected... Italian Kiosk mode - come fare? - amorosik    Sep 28, 2023 Ogni tanto ritorna la necessita' di realizzare qualcosa su smartphone o tablet e bloccare todos ... Page: 1   2   3   4   5   |