Home | History | Annotate | Download | only in permission

Lines Matching defs:permission

17 package android.content.pm.permission;
25 * This class contains information about how a runtime permission
26 * is to be presented in the UI. A single runtime permission
28 * permissions, e.g. the location permission may control both the
44 * @param label The permission label.
45 * @param granted Whether the permission is granted.
46 * @param standard Whether this is a platform-defined permission.
67 * @return Whether the permission is granted.
74 * @return Whether the permission is platform-defined.
81 * Gets the permission label.