Share via


ActivityInfo.ConfigGrammaticalGender Field

Definition

Caution

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

Bit in #configChanges that indicates that the activity can itself handle the change to gender.

[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

Field Value

Value = 32768

Implements

Attributes

Remarks

Bit in #configChanges that indicates that the activity can itself handle the change to gender. Set from the android.R.attr#configChanges attribute.

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

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