How can I send Intent to shutdown the phone if I have a rooted phone? I put the app in system/app but this was not good enough. What more do I have to do?
It says in docs about public static final String ACTION_SHUTDOWN
:
This is a protected intent that can only be sent by the system.
What does it mean only sent by the system? If I get my app to get correct UID, can I do it then? Or can it absolutely never be done even on a rooted phone?