WindowManager.PropertyActivityEmbeddingSplitsEnabled 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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>
<application>
<property
android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED"
android:value="true|false"/>
</application>
에 대한 android.view.WindowManager.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.