Added in API level 1

PrivilegedAction

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

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