AllPermission Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AllPermission() | |
| AllPermission(String, String) |
AllPermission()
[Android.Runtime.Register(".ctor", "()V", "")]
public AllPermission();
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
AllPermission(String, String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")]
public AllPermission(string? name, string? actions);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Java.Security.AllPermission : string * string -> Java.Security.AllPermission
Parameters
- name
- String
ignored
- actions
- String
ignored.
- Attributes
Remarks
Creates a new AllPermission object. This constructor exists for use by the Policy object to instantiate new Permission objects.
Java reference for java.security.AllPermission.AllPermission.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.