ActivityInfo.ConfigGrammaticalGender Campo

Definición

Precaución

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

Bit en #configChanges que indica que la actividad puede controlar el cambio a género.

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

Valor de campo

Value = 32768

Implementaciones

Atributos

Comentarios

Bit en #configChanges que indica que la actividad puede controlar el cambio a género. Se establece desde el android.R.attr#configChanges atributo .

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

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