Table of Contents

Class Manifest.permission_group

Namespace
Android
Assembly
MASES.Netdroid.dll
public class Manifest.permission_group : JVMBridgeBase<Manifest.permission_group>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Manifest.permission_group
Implements
Extension Methods

Constructors

permission_group()

public permission_group()

permission_group(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public permission_group(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTIVITY_RECOGNITION

public static String ACTIVITY_RECOGNITION { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CALENDAR

public static String CALENDAR { get; set; }

Property Value

String

CALL_LOG

public static String CALL_LOG { get; set; }

Property Value

String

CAMERA

public static String CAMERA { get; set; }

Property Value

String

CONTACTS

public static String CONTACTS { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LOCATION

public static String LOCATION { get; set; }

Property Value

String

MICROPHONE

public static String MICROPHONE { get; set; }

Property Value

String

NEARBY_DEVICES

public static String NEARBY_DEVICES { get; set; }

Property Value

String

NOTIFICATIONS

public static String NOTIFICATIONS { get; set; }

Property Value

String

PHONE

public static String PHONE { get; set; }

Property Value

String

READ_MEDIA_AURAL

public static String READ_MEDIA_AURAL { get; set; }

Property Value

String

READ_MEDIA_VISUAL

public static String READ_MEDIA_VISUAL { get; set; }

Property Value

String

SENSORS

public static String SENSORS { get; set; }

Property Value

String

SMS

public static String SMS { get; set; }

Property Value

String

STORAGE

public static String STORAGE { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for permission_group()

public static Manifest.permission_group CreatePoolableInstance()

Returns

Manifest.permission_group