Android.Manifest.Permission.InjectEvents Field
Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.

Syntax

[Android.Runtime.Register("INJECT_EVENTS")]
public const string InjectEvents

Remarks

Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window. Without this permission, you can only deliver events to windows in your own process. Very few applications should need to use this permission.

[Android Documentation]

Requirements

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