I am developing an app that will run on a specific device. I need to sign with the system key so that the app is able to shut down the device. If at any point other signatures are needed, this will be done on a per device basis.
Signing with the System key makes the app seen as system and so it can directly shut down the device. This is something I seriously need to do. As far as I can find out, even a kiosk app that is device owner can do this.