Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public final class

UnresolvedPermission

extends Permission
implements Serializable
java.lang.Object
   ↳ java.security.Permission
     ↳ java.security.UnresolvedPermission

Class Overview

Legacy security code; do not use.

Summary

Public Constructors
UnresolvedPermission ( String type, String name, String actions, Certificate[] certs)
Public Methods
String getActions ()
String getUnresolvedActions ()
Certificate[] getUnresolvedCerts ()
String getUnresolvedName ()
String getUnresolvedType ()
boolean implies ( Permission permission)
[Expand]
Inherited Methods
From class java.security.Permission
From class java.lang.Object
From interface java.security.Guard

Public Constructors

public UnresolvedPermission ( String type, String name, String actions, Certificate[] certs)

Added in API level 1

Public Methods

public String getActions ()

Added in API level 1

public String getUnresolvedActions ()

Added in API level 1

public Certificate[] getUnresolvedCerts ()

Added in API level 1

public String getUnresolvedName ()

Added in API level 1

public String getUnresolvedType ()

Added in API level 1

public boolean implies ( Permission permission)

Added in API level 1