WindowManager.PropertyActivityEmbeddingSplitsEnabled フィールド

定義

注意事項

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

アプリが ActivityEmbedding 分割機能が有効になっていることをシステムに通知するためにアプリが指定できるアプリケーション レベル android.content.pm.PackageManager.Property PackageManager .Property

[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

フィールド値

属性

注釈

アプリが ActivityEmbedding 分割機能が有効になっていることをシステムに通知するためにアプリが指定できるアプリケーション レベル android.content.pm.PackageManager.Property PackageManager .Property

このプロパティを使用すると、ActivityEmbedding 分割機能が有効になっているアプリのカスタム動作をシステムで提供できます。 たとえば、大画面デバイスを横モードで保持しながらシームレスな ActivityEmbedding 分割エクスペリエンスを提供するために、システムではアクティビティの固定縦向き要求を無視できます。

<b>構文:</b>

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

android.view.WindowManager.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLEDJava ドキュメント。

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

適用対象