Added in API level 1

PrivilegedExceptionAction

interface PrivilegedExceptionAction<T : Any!>
java.security.PrivilegedExceptionAction

Android doesn't support SecurityManager. Do not use this class.

Summary

Public methods
abstract T
run()

Public methods

run

Added in API level 1
abstract fun run(): T