Enable the android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED property

Future WM Jetpack library updates will ask for the property to
enable ActivityEmbedding feature.

Bug: 264733035
Test: build pass
Change-Id: I0f5e5a10250049fb9425eac7c113b803b6701cc7
This commit is contained in:
Arc Wang
2023-01-09 10:26:07 +08:00
parent a65999cc60
commit cf4ee7be4c

View File

@@ -146,6 +146,10 @@
<uses-library android:name="org.apache.http.legacy" /> <uses-library android:name="org.apache.http.legacy" />
<property
android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED"
android:value="true" />
<!-- Settings --> <!-- Settings -->
<activity android:name=".homepage.SettingsHomepageActivity" <activity android:name=".homepage.SettingsHomepageActivity"
android:label="@string/settings_label_launcher" android:label="@string/settings_label_launcher"