Forum Discussion
Exist Kiosk mode offline
- 2 years ago
For sure there's a documentation but only how to configure it on admin side (not how they made it programmatically of course).
There are also other MDM's which seem be able to do the same, just do a websearch (for ex. "mdm android kiosk mode") and you will find some examples.
Could you give me any advice?
I use the MDM api to set my app as kiosk.
"applications": [
{
"packageName": "com.example.kiosk",
"installType": "FORCE_INSTALLED",
"defaultPermissionPolicy": "GRANT"
},
........(other whitelist apps)
]
I try to exit Kiosk mode via calling stopLockTask in my Activity, but it still be launched via "Android Device Policy" immediately.
Thanks
As said, I'm not a developer i can just say how they handle it from user perspective.
But when i Google a bit and read thru the android documentation (Apps are listed alphabetical) i think it's an custom kiosk app they provide (as we can decide the order and do a lot more for the layout and so on).
- JayTest2 years agoLevel 1.5: Cupcake
You said "our MDM you can exit (their) kiosk screen by opening a password prompt...". Is there any demo video or document?
Thanks
- Moombas2 years agoLevel 4.1: Jelly Bean
For sure there's a documentation but only how to configure it on admin side (not how they made it programmatically of course).
There are also other MDM's which seem be able to do the same, just do a websearch (for ex. "mdm android kiosk mode") and you will find some examples.
- Moombas9 months agoLevel 4.1: Jelly Bean
Sorry, i wanted to answer to this question but it got lost during daily work.
I only know of a quite old video about it but in general it shows how it works here: https://www.youtube.com/watch?v=yedSC3w4df8
Related Content
- 7 months ago
- 2 years ago
- 2 years ago