Companion

object Companion

Functions

Link copied to clipboard
fun getRootPermission(): Permission

根权限. 是所有权限的父权限.

Properties

Link copied to clipboard
val Permission.parentsWithSelf: Sequence<Permission>

递归获取 Permission.parent, permission.parent.parent, permission.parent.parent.parent` ... 直到 Permission.parent 为它自己.