ActivityInfo.FlagPreferMinimalPostProcessing Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.ActivityInfoFlags enum directly instead of this field.

Bit in #flags indicating whether the display should preferably be switched to a minimal post processing mode.

[Android.Runtime.Register("FLAG_PREFER_MINIMAL_POST_PROCESSING", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ActivityInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.ActivityInfoFlags FlagPreferMinimalPostProcessing = 33554432;
[<Android.Runtime.Register("FLAG_PREFER_MINIMAL_POST_PROCESSING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ActivityInfoFlags enum directly instead of this field.", true)>]
val mutable FlagPreferMinimalPostProcessing : Android.Content.PM.ActivityInfoFlags

Field Value

ActivityInfoFlags

Implements

Attributes

Remarks

Java documentation for android.content.pm.ActivityInfo.FLAG_PREFER_MINIMAL_POST_PROCESSING.

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