Merge branch '0000-u-keep-same-process' into 'main'
Don't execute MainSettingsActivity in a different process See merge request e/os/ntfy-android!13
This commit is contained in:
commit
18fb197507
1 changed files with 1 additions and 3 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue