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

Commit 014df2e8 authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Fahim Salam Chowdhury
Browse files

Allow users to access account settings

parent fe01ab98
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@
    <string name="media_authority" translatable="false">foundation.e.drive.providers.MediasSyncProvider</string>
    <string name="app_data_authority" translatable="false">foundation.e.drive.providers.SettingsSyncProvider</string>
    <string name="help">Help</string>
    <string name="manage_accounts">Manage accounts</string>
    <string name="manage_accounts">Account settings</string>
    <string name="manage_account_description">Credentials, sync frequency, etc.</string>
    <string name="share">Share</string>

    <string name="database_destructive_migration_title">Database corrupted</string>
+2 −1
Original line number Diff line number Diff line
<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
<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