ActivityInfo.FlagPreferMinimalPostProcessing Campo

Definición

Precaución

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

Bit en #flags que indica si la pantalla debe cambiarse preferiblemente a un modo mínimo de postprocesamiento.

[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

Valor de campo

Value = 33554432

Implementaciones

Atributos

Comentarios

Bit en #flags que indica si la pantalla debe cambiarse preferiblemente a un modo mínimo de postprocesamiento. Vea android.R.attr#preferMinimalPostProcessing.

Java documentación para android.content.pm.ActivityInfo.FLAG_PREFER_MINIMAL_POST_PROCESSING.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a