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?
答案 0 :(得分:0)
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.