Share via


ActivityInfo.ConfigAssetsPaths 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 asset path changes.

[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

Field Value

Value = -2147483648

Implements

Attributes

Remarks

Bit in #configChanges that indicates that the activity can itself handle asset path changes. Set from the android.R.attr#configChanges attribute. This is not a core resource configuration, but a higher-level value, so its constant starts at the high bits.

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

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