Merge "Enable the android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED property"

This commit is contained in:
Anvesh Renikindi
2023-02-23 06:22:15 +00:00
committed by Gerrit Code Review

View File

@@ -136,6 +136,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"