Don't execute MainSettingsActivity in a different process
so that share preferences work properly
This commit is contained in:
parent
db299383c8
commit
7c00376ae1
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