다음을 통해 공유


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 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상