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

Commit 6b080576 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Merge branch 'fix/change_account_sync_account_setings_sequence' into 'master'

Change account sync with account setitngs sequence

See merge request e/apps/AccountManager!21
parents b4134700 3b7fdafe
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -8,18 +8,20 @@
  ~ http://www.gnu.org/licenses/gpl.html
  -->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto">

    <PreferenceScreen
        android:iconSpaceReserved="true"
        android:summary="@string/manage_account_description"
        android:title="@string/manage_accounts">
        android:title="@string/manage_accounts"
        android:order="300"
        settings:allowDividerAbove="false">
        <intent
            android:action="ACTION_VIEW"
            android:targetClass="foundation.e.accountmanager.ui.AccountsActivity"
            android:targetPackage="foundation.e.accountmanager" />
    </PreferenceScreen>

</PreferenceScreen>