Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run only one custom app in Android, prevent anything else from running

Tags:

android

Is it possible to make Android be able to run only one app? It seems that making a custom ROM might be the option.Can anyone point me to the right direction?

like image 640
Dumitru Hristov Avatar asked Mar 09 '11 07:03

Dumitru Hristov


1 Answers

Numerous answers and questions on this already. Basically you have the following options:

  1. Creating you own rom.

  2. Creating your own launcher application.

The best solution is definitely 1, but it's much more complicated. Making your own launcher application could be a solution but it would never be perfect, there would always be ways for the user to get back to normal Android, so if you can't accept that then you need to make your own rom.

like image 149
Warpzit Avatar answered Sep 27 '22 21:09

Warpzit