CameraCharacteristics.KeysNeedingPermission Property

Definition

Returns a subset of the list returned by #getKeys with all keys that require camera clients to obtain the android.Manifest.permission#CAMERA permission.

public System.Collections.Generic.IList<Android.Hardware.Camera2.CameraCharacteristics.Key> KeysNeedingPermission { [Android.Runtime.Register("getKeysNeedingPermission", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getKeysNeedingPermission", "()Ljava/util/List;", "", ApiSince=29)>]
member this.KeysNeedingPermission : System.Collections.Generic.IList<Android.Hardware.Camera2.CameraCharacteristics.Key>

Property Value

IList<Key>

List of camera characteristic keys that require the android.Manifest.permission#CAMERA permission. The list can be empty in case there are no currently present keys that need additional permission.

Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.getKeysNeedingPermission().

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