10

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?

Dumitru Hristov
  • 1,359
  • 1
  • 11
  • 29

1 Answers1

4

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.

Warpzit
  • 27,966
  • 19
  • 103
  • 155
  • If you just create a launcher app the user will have the option of selecting which launcher to use, so they can switch back to the system launcher. The only option to really lock down is to have a custom rom with the original launcher removed. If your device is supported well by Cyanogen you may want to start there :) – Torp Apr 06 '13 at 06:15