Listen for an URL to open in kiosk mode on a device

The name of the picture


Listen for an URL to open in kiosk mode on a device



Android device is in front of customer while employee is behind it on computer where he needs to send URL of web page that will be opened for customer to view/review on tablet.



What is yours suggested programming approach to get desired functionality?





Why You need Kiosk mode for that?
– theJango
6 hours ago





Why do you need an employee behind a computer? It could be done automatically, by using a database.
– Kling Klang
5 hours ago




1 Answer
1



For this purpose specifically Android provide a option. Only problem is that its supported above Android 6.0 Marshmallow.



Procedure is called Setting up Single Purpose device or corporate-owned, single-use (COSU) device
For this You need to enable Lock task mode like below example:


<activity android:name=".MyActivity" android:lockTaskMode="if_whitelisted">



For full details check this link.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

CRM reporting Extension - SSRS instance is blank

Keycloak server returning user_not_found error when user is already imported with LDAP