Sprache

DevicePolicyManager.LockTaskFeatureBlockActivityStartInTask Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.Admin.LockTaskFeatures enum directly instead of this field.

Aktivieren Sie das Blockieren nicht zugelassener Aktivitäten, die in einer gesperrten Aufgabe gestartet werden.

[Android.Runtime.Register("LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.LockTaskFeatures enum directly instead of this field.", true)]
public const Android.App.Admin.LockTaskFeatures LockTaskFeatureBlockActivityStartInTask = 64;
[<Android.Runtime.Register("LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.LockTaskFeatures enum directly instead of this field.", true)>]
val mutable LockTaskFeatureBlockActivityStartInTask : Android.App.Admin.LockTaskFeatures

Feldwert

Value = 64
Attribute

Hinweise

Aktivieren Sie das Blockieren nicht zugelassener Aktivitäten, die in einer gesperrten Aufgabe gestartet werden.

Java Dokumentation für android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_BLOCK_ACTIVITY_START_IN_TASK.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: