- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 06:58 PM
Hi, I am using Android Management API to develop MDM solution.
The main feature is customization Kiosk launcher and there is a solution in Android Managemen API. It's working very well.
There is a requirement about exiting Kiosk launcher offline. I think it's the common use case but I cannot find any solution to finish it. (lockTaskAllowed item is deprecated....)
Is there any way to do this?
Note: My production need customization kiosk launcher so the "kioskCustomLauncherEnabled" cannt be used.
Solved! Go to Solution.
- Labels:
-
Apps
-
Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2024 10:51 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 11:02 PM
I am not a developer but in our MDM you can exit (their) kiosk screen by opening a password prompt and entering a password if the device is offline.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 11:43 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 11:47 PM - edited 05-23-2024 11:56 PM
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 08:42 PM
You said "our MDM you can exit (their) kiosk screen by opening a password prompt...". Is there any demo video or document?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 02:54 AM
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