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

Commit 18fb1975 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '0000-u-keep-same-process' into 'main'

Don't execute MainSettingsActivity in a different process

See merge request !13
parents db299383 7c00376a
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -180,14 +180,12 @@

        <activity
            android:name=".ui.MainSettingsActivity"
            android:theme="@style/PreferenceTheme"
            android:process=":ui"/>
            android:theme="@style/PreferenceTheme"/>

        <activity-alias
            android:name=".ui.SettingsActivityLink"
            android:exported="true"
            android:label="@string/eos_settings_title"
            android:process=":ui"
            android:targetActivity=".ui.MainSettingsActivity">
            <intent-filter>
                <action android:name="com.android.settings.action.EXTRA_SETTINGS" />