Condividi tramite


WindowManager.PropertyActivityEmbeddingSplitsEnabled Campo

Definizione

Attenzione

Use 'Android.Views.IWindowManager.PropertyActivityEmbeddingSplitsEnabled'. This class will be removed in a future release.

Livello android.content.pm.PackageManager.Property PackageManager .Property applicazione che un'app può specificare per informare il sistema che l'app è ActivityEmbedding split feature enabled.

[Android.Runtime.Register("PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED", ApiSince=34)]
[System.Obsolete("Use 'Android.Views.IWindowManager.PropertyActivityEmbeddingSplitsEnabled'. This class will be removed in a future release.")]
public const string PropertyActivityEmbeddingSplitsEnabled;
[<Android.Runtime.Register("PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED", ApiSince=34)>]
[<System.Obsolete("Use 'Android.Views.IWindowManager.PropertyActivityEmbeddingSplitsEnabled'. This class will be removed in a future release.")>]
val mutable PropertyActivityEmbeddingSplitsEnabled : string

Valore del campo

Attributi

Commenti

Livello android.content.pm.PackageManager.Property PackageManager .Property applicazione che un'app può specificare per informare il sistema che l'app è ActivityEmbedding split feature enabled.

Con questa proprietà, il sistema potrebbe fornire comportamenti personalizzati per le app che sono ActivityEmbedding split feature enabled. Ad esempio, le richieste di orientamento verticale fisso delle attività potrebbero essere ignorate dal sistema per offrire esperienze di divisione ActivityEmbedding senza interruzioni mantenendo i dispositivi a schermo grande in modalità orizzontale.

<b>Syntax:</b>

&lt;application&gt;
              &lt;property
                android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED"
                android:value="true|false"/&gt;
            &lt;/application&gt;

Documentazione java per android.view.WindowManager.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a