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

android

Solution

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

Problem

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?

Original source

Related problems