getShutdownIntent

open fun getShutdownIntent(): Intent

Return the intent of shutdown.

Requires root permissionor hold {@code android:sharedUserId="android.uid.system"}, {@code

Return

the intent of shutdown

open fun getShutdownIntent(isNewTask: Boolean): Intent

Return the intent of shutdown.

Requires root permissionor hold {@code android:sharedUserId="android.uid.system"}, {@code

Return

the intent of shutdown

Parameters

isNewTask

True to add flag of new task, false otherwise.