killAppAfterBackgrounding
Moves the task to the back and then sends a broadcast to com.grarcht.shuttle.demo.processdeath.receiver.AppProcessKillerReceiver running in the separate ":kill" process to terminate the main app process after a short delay. Delegating the kill to an external process causes Android to preserve the task back stack in recents, which is required to demonstrate the process death restoration flow.