Added in API level 1
FilePermission
class FilePermission : Permission, Serializable
kotlin.Any | ||
↳ | java.security.Permission | |
↳ | java.io.FilePermission |
Legacy security code; do not use.
Summary
Public constructors | |
---|---|
FilePermission(path: String!, actions: String!) |
Public methods | |
---|---|
String! | |
Boolean |
implies(p: Permission!) |
Inherited functions | |
---|---|