WindowManager.PropertyActivityEmbeddingSplitsEnabled 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use 'Android.Views.IWindowManager.PropertyActivityEmbeddingSplitsEnabled'. This class will be removed in a future release.
應用程式可以指定的應用層級 android.content.pm.PackageManager.Property PackageManager
.Property
,通知系統應用程式已啟用 ActivityEmbedding 分割功能。
[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
欄位值
- 屬性
備註
應用程式可以指定的應用層級 android.content.pm.PackageManager.Property PackageManager .Property
,通知系統應用程式已啟用 ActivityEmbedding 分割功能。
使用這個屬性,系統可以為已啟用 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 屬性授權中所述的詞彙使用。