Table of Contents

Class DevicePolicyIdentifiers

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

Constructors

DevicePolicyIdentifiers(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 DevicePolicyIdentifiers(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACCOUNT_MANAGEMENT_DISABLED_POLICY

public static String ACCOUNT_MANAGEMENT_DISABLED_POLICY { get; set; }

Property Value

String

APPLICATION_HIDDEN_POLICY

public static String APPLICATION_HIDDEN_POLICY { get; set; }

Property Value

String

APPLICATION_RESTRICTIONS_POLICY

public static String APPLICATION_RESTRICTIONS_POLICY { get; set; }

Property Value

String

APP_FUNCTIONS_POLICY

public static String APP_FUNCTIONS_POLICY { get; set; }

Property Value

String

AUTO_TIMEZONE_POLICY

public static String AUTO_TIMEZONE_POLICY { get; set; }

Property Value

String

AUTO_TIME_POLICY

public static String AUTO_TIME_POLICY { get; set; }

Property Value

String

BACKUP_SERVICE_POLICY

public static String BACKUP_SERVICE_POLICY { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CAMERA_DISABLED_POLICY

public static String CAMERA_DISABLED_POLICY { get; set; }

Property Value

String

CONTENT_PROTECTION_POLICY

public static String CONTENT_PROTECTION_POLICY { 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

KEYGUARD_DISABLED_FEATURES_POLICY

public static String KEYGUARD_DISABLED_FEATURES_POLICY { get; set; }

Property Value

String

LOCK_TASK_POLICY

public static String LOCK_TASK_POLICY { get; set; }

Property Value

String

PACKAGES_SUSPENDED_POLICY

public static String PACKAGES_SUSPENDED_POLICY { get; set; }

Property Value

String

PACKAGE_UNINSTALL_BLOCKED_POLICY

public static String PACKAGE_UNINSTALL_BLOCKED_POLICY { get; set; }

Property Value

String

PASSWORD_COMPLEXITY_POLICY

public static String PASSWORD_COMPLEXITY_POLICY { get; set; }

Property Value

String

PERMISSION_GRANT_POLICY

public static String PERMISSION_GRANT_POLICY { get; set; }

Property Value

String

PERSISTENT_PREFERRED_ACTIVITY_POLICY

public static String PERSISTENT_PREFERRED_ACTIVITY_POLICY { get; set; }

Property Value

String

RESET_PASSWORD_TOKEN_POLICY

public static String RESET_PASSWORD_TOKEN_POLICY { get; set; }

Property Value

String

SECURITY_LOGGING_POLICY

public static String SECURITY_LOGGING_POLICY { get; set; }

Property Value

String

STATUS_BAR_DISABLED_POLICY

public static String STATUS_BAR_DISABLED_POLICY { get; set; }

Property Value

String

USB_DATA_SIGNALING_POLICY

public static String USB_DATA_SIGNALING_POLICY { get; set; }

Property Value

String

USER_CONTROL_DISABLED_PACKAGES_POLICY

public static String USER_CONTROL_DISABLED_PACKAGES_POLICY { get; set; }

Property Value

String

Methods

GetIdentifierForUserRestriction(String)

public static String GetIdentifierForUserRestriction(String arg0)

Parameters

arg0 String

String

Returns

String

String