python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Open an Android app from a directory on sdcard
I have a client that uses android devices with a kiosk mode. They have a kiosk mode manager that only allows apps they add to it to be opened. I was informed the kiosk manager opens apps from the Andr...
jomens235
Votes: 0
Answers: 0
Check if kiosk mode is enable ( Guided access)
I have a reactnative application, i want to check if the user enable or not the kiosk mode (Guided Access)
How we can check if user has enable Kiosk mode programmatically ?
I found nothing on the inte...
tamtoum1987
Votes: 0
Answers: 1
How to create custom status bar in Android KIOSK app
We are creating a KIOSK app on API 22. We want to have custom status bar. And with two finger swipe from the top, options menu is opened where we can edit sound, wifi etc. just like regular swipe from...
Torima
Votes: 0
Answers: 0
Exiting lockTaskMode in android shows lock screen
In my android app, the user should be restricted from navigating away from an activity while a certain process happens on the backend. For this, I use startLockTask() in the activity when the process ...
Yossi Vainshtein
Votes: 0
Answers: 1