User Profile
JayTest
Level 1.5: Cupcake
Joined 10 months ago
User Widgets
Contributions
Does PIP (picture in picture) supporting in lock task mode
In my situation, I need to use google map apk in my kiosk launcher. Sometimes I need to open chrome but keeping google map navigation. Otherwise, it seems google map apk pip not work while entering lock taks mode via my kiosk launcher. Is there any way to cowork pip and lock task mode?435Views0likes1CommentRe: Exist Kiosk mode offline
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. Thanks2.7KViews0likes3CommentsExist Kiosk mode offline
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. https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#installtype 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.Solved2.7KViews0likes6Comments