mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Updating launcher settings so that they become split-screen
Following this guide: https://developer.android.com/guide/topics/large-screens/activity-embedding#extract_an_activity_from_a_split_to_full_window Bug: 204463748 Test: Open the settings app and open multiple settings, for now only the options inside of the launcher3 package work Flag: ACONFIG com.android.launcher3.Flags.enableTwoPaneLauncherSettings DEVELOPMENT Change-Id: Ie6a9eb3760171da92d94cf06376127b02afff8df
This commit is contained in:
committed by
Sebastián Franco
parent
82bf25b017
commit
9ae403298d
@@ -184,5 +184,9 @@
|
||||
android:name="androidx.startup.InitializationProvider"
|
||||
android:authorities="${applicationId}.androidx-startup"
|
||||
tools:node="remove" />
|
||||
|
||||
<property
|
||||
android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED"
|
||||
android:value="true" />
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user