Android.OS.PowerManager.WakeLock.Release Method
Releases the wake lock.

Syntax

[Android.Runtime.Register("release", "()V", "GetReleaseHandler")]
public virtual void Release ()

Remarks

Releases the wake lock.

This method releases your claim to the CPU or screen being on. The screen may turn off shortly after you release the wake lock, or it may not if there are other wake locks still held.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1