ActivityInfo.ConfigAssetsPaths Campo

Definizione

Attenzione

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

Bit in #configChanges che indica che l'attività può gestire le modifiche del percorso dell'asset.

[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

Valore del campo

Value = -2147483648

Implementazioni

Attributi

Commenti

Bit in #configChanges che indica che l'attività può gestire le modifiche del percorso dell'asset. Impostare dall'attributo android.R.attr#configChanges . Questa non è una configurazione delle risorse di base, ma un valore di livello superiore, quindi la costante inizia con i bit elevati.

per android.content.pm.ActivityInfo.CONFIG_ASSETS_PATHS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a