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

后端 未结 1 459
面向向阳花
面向向阳花 2021-01-04 18:05

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?

相关标签:
1条回答
  • 2021-01-04 18:52

    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.

    0 讨论(0)
提交回复
热议问题