ActivityInfo.ConfigGrammaticalGender フィールド

定義

注意事項

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

アクティビティ自体が性別への変更を処理できることを示す ビットイン #configChanges

[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

フィールド値

Value = 32768

実装

属性

注釈

アクティビティ自体が性別への変更を処理できることを示す ビットイン #configChanges 。 属性から設定します android.R.attr#configChanges

の Java ドキュメント android.content.pm.ActivityInfo.CONFIG_GRAMMATICAL_GENDER

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象