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

Commit 960445fd authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

Settings: top_level_settings: Move accounts entry to top

- Use title string Accounts_settings_title instead of account_dashboard_title
parent eb8451bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4772,7 +4772,7 @@

        <activity
            android:name=".Settings$AccountDashboardActivity"
            android:label="@string/account_dashboard_title"
            android:label="@string/account_settings_title"
            android:exported="true"
            android:icon="@drawable/ic_homepage_accounts">
            <intent-filter android:priority="1">
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="user_and_account_settings_screen"
    android:title="@string/account_dashboard_title"
    android:title="@string/account_settings_title"
    settings:keywords="@string/keywords_accounts">

    <PreferenceCategory
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="user_and_account_settings_screen"
    android:title="@string/account_dashboard_title_with_passkeys"
    android:title="@string/account_settings_title"
    settings:keywords="@string/keywords_accounts">

    <com.android.settingslib.widget.TopIntroPreference
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/account_dashboard_title"
    android:title="@string/account_settings_title"
    settings:searchable="false">
</PreferenceScreen>
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="user_and_account_settings_screen"
    android:title="@string/account_dashboard_title"
    android:title="@string/account_settings_title"
    settings:keywords="@string/keywords_accounts">

    <PreferenceCategory
Loading