Hi, I am using the ET1 and I installed ENTERPRISE HOME SCREEN (EHS) version 1.1.3.
I activated the kiosk mode in EHS and when I want to leave the app I call the following intent to deactivate the kiosk mode:
Intent intent = new Intent("enterprisehomescreen.MODIFY_KIOSK_MODE");
intent.putExtra("enable", false);
sendBroadcast(intent);
But this is not working. The app still runs in kiosk mode and I can't exit it.
There are two more things that do not work properly:
1
and
1
Settings icon is still visible and I still can pulldown the statusbar.
The installed Android version on the ET1 is 4.1.1.
How to disable the kiosk mode with EHS?// Expert user has replied. |
5 Replies
Hi Eric,
try to change enterprisehomescreen.MODIFY_KIOSK_MODE to com.motorolasolutions.enterprisehomescreen.actions.MODIFY_KIOSK_MODE
This should help.
Vojta
Thank you, I will try this
Same problem with TC55, I can't exit the kiosk mode...
but
1
works fine on TC55.
Eric,
settings icon will not work for ET1 (there is SPR to make changes in OS)
status bar pulldown will work for EHS 1.2 (can be downlaoded from Support portal
I got the same Issue reported - also TC55. Could you meanwhile solve this?