I've a bit of a problem that I need help with. We are making a device on which we need to limit a user from doing a lot of things. So we have investigated making a custom launcher to hide certain apps and features from being displayed.
But one thing we also need to do is to limit what the user can set from the settings menu/app in android. It looks like the only way to change what is visible/accessible in this app/menu is through writing our own custom ROM, which we do not want to do.
So what I want to know is,can I write a new setting app in android to replace the default one?
Thanks in advance, Wihan
The short answer is, no. The settings app is bundled with the ROM and is a privileged app which has access to protected settings as well as hidden APIs. You could attempt to create your own, but it would have to be signed with the platform key used to sign the other internal components of the ROM and also built against some if the internal (non-SDK) APIs.