Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to configure an Android install to run a single app?

Tags:

android

Is it possible to configure the Android OS to run only a single app?

Basically what I want to do is customize an Android device so that it boots up and runs one application only, and for that application to be switched to the front of the screen automatically. Also, when it gets closed, to be started up and switched to again. Any ideas?

Thanks, -David

like image 584
David Avatar asked Nov 02 '10 19:11

David


1 Answers

One method is to get the source of Android and write your own custom ROM of Android as Octavian wrote.

Another alternative would be to write a custom home app that, well, isn't really a home app (but replaces the default home app intent). See SlideScreen as an example of a non-traditional "home" app.

like image 192
Bryan Denny Avatar answered Oct 06 '22 01:10

Bryan Denny