Merge "Enable the android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED property"

This commit is contained in:
Arc Wang
2023-01-09 09:24:57 +00:00
committed by Android (Google) Code Review

View File

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