I have been assigned one project of Android, but before taking it I need your advice. I have following low level features
- I need to hide whole operating system in android and only show my application, even device reboot or reset whenever it start it will show only my application. There is no way to access internal operating system, as App will take whole control.
- It has one special switch outside device used to turn on/off display
- It has another switch to access settings of application. only this switch can allow to go app setting. But Operating system in now way can be seen.
Is this possible to be done in Android version 4 as I heard that after Froyo we can’t do this. I have no issue in compiling operating system and putting mine compiled as application is specific for some specific device. Please advice what version is suitable for this. Please advice me if this can be done in Java or needed more advance c++