Android.App.ApplicationAttribute.HardwareAccelerated Property
Whether or not hardware-accelerated rendering should be enabled for all Activities and Views within this application.

Syntax

public bool HardwareAccelerated { get; set; }

Value

If true, then hardware-accelerated rendering should be enabled for all Activities and Views within this application; otherwise, hardware-accelerated rendering will not be enabled.

Remarks

The HardwareAccelerated property is used to set the //application/@android:hardwareAccelerated attribute value.

The default value depends upon the target API level; see above documentation for details.

OpenGL apps should disable hardware acceleration in order to work around a bug..

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0