ActivityInfo.ConfigAssetsPaths Feld

Definition

Achtung

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

#configChanges Bit, das angibt, dass die Aktivität selbst Änderungen am Objektpfad verarbeiten kann.

[Android.Runtime.Register("CONFIG_ASSETS_PATHS", ApiSince=36)]
[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 ConfigAssetsPaths = -2147483648;
[<Android.Runtime.Register("CONFIG_ASSETS_PATHS", ApiSince=36)>]
[<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 ConfigAssetsPaths : Android.Content.PM.ConfigChanges

Feldwert

Value = -2147483648

Implementiert

Attribute

Hinweise

#configChanges Bit, das angibt, dass die Aktivität selbst Änderungen am Objektpfad verarbeiten kann. Set from the android.R.attr#configChanges attribute. Dies ist keine Kernressourcenkonfiguration, sondern ein Wert auf höherer Ebene, sodass seine Konstante mit den hohen Bits beginnt.

Java Dokumentation für android.content.pm.ActivityInfo.CONFIG_ASSETS_PATHS.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: