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

Commit 4ef22d56 authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Sumit Pundir
Browse files

Remove "Manage account" button from sync preferences

parent b830c067
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
    <string name="address_books_authority" translatable="false">foundation.e.accountmanager.addressbooks</string>
    <string name="address_books_authority_title">Address books</string>
    <string name="email_authority">foundation.e.mail.provider.AppContentProvider</string>
    <string name="manage_accounts">Manage accounts</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>
+1 −2
Original line number Diff line number Diff line
@@ -10,5 +10,4 @@
    android:accountType="@string/account_type"
    android:icon="@mipmap/ic_launcher_round"
    android:label="@string/account_name"
    android:smallIcon="@mipmap/ic_launcher"
    android:accountPreferences="@xml/sync_prefs" />
	android:smallIcon="@mipmap/ic_launcher" />
+1 −2
Original line number Diff line number Diff line
@@ -10,5 +10,4 @@
    android:accountType="@string/account_type_address_book"
    android:icon="@mipmap/ic_launcher_round"
    android:label="@string/account_title_address_book"
    android:smallIcon="@mipmap/ic_launcher"
    android:accountPreferences="@xml/sync_prefs" />
	android:smallIcon="@mipmap/ic_launcher" />
+1 −2
Original line number Diff line number Diff line
@@ -10,6 +10,5 @@
    android:accountType="@string/account_type_eelo_address_book"
    android:icon="@drawable/ic_account_provider_eelo"
    android:label="@string/account_title_eelo_address_book"
    android:smallIcon="@drawable/ic_account_provider_eelo"
    android:accountPreferences="@xml/sync_prefs" />
	android:smallIcon="@drawable/ic_account_provider_eelo" />
+1 −2
Original line number Diff line number Diff line
@@ -10,6 +10,5 @@
    android:accountType="@string/account_type_google_address_book"
    android:icon="@drawable/ic_account_provider_google"
    android:label="@string/account_title_google_address_book"
    android:smallIcon="@drawable/ic_account_provider_google"
    android:accountPreferences="@xml/sync_prefs" />
    android:smallIcon="@drawable/ic_account_provider_google" />
Loading