Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use a device to run one application exclusively? [closed]

Tags:

android

I have developed an app which is destined for tablets in hospitals for patients use.

Right now I am being asked to make the tablet's only functionality be my app to prevent personel or any person from using it for web browsing, gaming or anything else.

Is this possible?

like image 361
jjgl Avatar asked May 16 '12 19:05

jjgl


1 Answers

There are products on the market that offer 'kiosk mode' style device lock down whereby you can restrict applications.

Surelock

SuperLockLite

Also see this Stackoverflow post for similar discussion.

Kiosk mode in Android

like image 66
Sharpedges Avatar answered Oct 14 '22 00:10

Sharpedges