[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/java/security/Permission#checkGuard(java.lang.Object) [Back]  [Original]

Permission  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.
Added in API level 1

Permission

public abstract class Permission
extends Object implements Guard, Serializable

java.lang.Object
   ↳ java.security.Permission


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

Summary

Public constructors

Permission(String name)

Public methods

void checkGuard(Object object)

Determines whether or not to allow access to the guarded object object.

abstract String getActions()
final String getName()
abstract boolean implies(Permission permission)
PermissionCollection newPermissionCollection()

Inherited methods

Public constructors

Permission

Added in API level 1
public Permission (String name)

Parameters
name String

Public methods

checkGuard

Added in API level 1
public void checkGuard (Object object)

Determines whether or not to allow access to the guarded object object. Returns silently if access is allowed. Otherwise, throws a SecurityException.

Parameters
object Object: the object being protected by the guard.

Throws
SecurityException

getActions

Added in API level 1
public abstract String getActions ()

Returns
String

getName

Added in API level 1
public final String getName ()

Returns
String

implies

Added in API level 1
public abstract boolean implies (Permission permission)

Parameters
permission Permission

Returns
boolean

newPermissionCollection

Added in API level 1
public PermissionCollection newPermissionCollection ()

Returns
PermissionCollection

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page