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

后端 未结 2 935
情歌与酒
情歌与酒 2020-12-16 05:48

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 appl

2条回答
  •  死守一世寂寞
    2020-12-16 06:14

    Yes it is possible. You have to fetch yourself the source codes for Android and basically create a custom ROM. After applying all desired modifications you bake your ROM and install it to your device.

    Pretty much all you need to know about the source and the process of compiling the sources are located at Android Sources. You can view the source codes from your browser by following this link.

    Hope it helps you a bit. Good luck.

提交回复
热议问题