Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 742b855e authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Disallow split-screen for ThemePicker

Fixes: 141968921
Change-Id: If8e668440eb460abf04bf2747074394651134439
parent 7a24459a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        <activity
            android:name="com.android.customization.picker.CustomizationPickerActivity"
            android:label="@string/app_name"
            android:resizeableActivity="true"
            android:resizeableActivity="false"
            android:theme="@style/CustomizationTheme.NoActionBar">
            <intent-filter>
                <action android:name="android.intent.action.SET_WALLPAPER"/>
@@ -32,7 +32,7 @@
            </intent-filter>
        </activity>
        <activity android:name="com.android.customization.picker.theme.CustomThemeActivity"
                  android:resizeableActivity="true"
                  android:resizeableActivity="false"
                  android:theme="@style/CustomizationTheme.NoActionBar"/>
    </application>