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

Commit 756468d3 authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Sumit Pundir
Browse files

Allow users to access account settings

parent b6c5f73e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
    <string name="email_authority">foundation.e.mail.provider.AppContentProvider</string>
    <string name="media_authority">foundation.e.drive.providers.MediasSyncProvider</string>
    <string name="app_data_authority">foundation.e.drive.providers.SettingsSyncProvider</string>
    <string name="manage_accounts">Account settings</string>
    <string name="manage_account_description">Credentials, sync frequency, etc.</string>
    <string name="send">Send</string>
    <string name="homepage_url" translatable="false">https://www.davx5.com/</string>
    <string name="twitter_handle" translatable="false">davx5app</string>
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  -->

<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountPreferences="@xml/sync_prefs"
    android:accountType="@string/account_type"
    android:icon="@mipmap/ic_launcher_round"
    android:label="@string/account_name"
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  -->

<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountPreferences="@xml/sync_prefs"
    android:accountType="@string/account_type_address_book"
    android:icon="@mipmap/ic_launcher_round"
    android:label="@string/account_title_address_book"
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  -->

<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountPreferences="@xml/sync_prefs"
    android:accountType="@string/account_type_eelo_address_book"
    android:icon="@drawable/ic_account_provider_eelo"
    android:label="@string/account_title_eelo_address_book"
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  -->

<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountPreferences="@xml/sync_prefs"
    android:accountType="@string/account_type_google_address_book"
    android:icon="@drawable/ic_account_provider_google"
    android:label="@string/account_title_google_address_book"
Loading