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

Commit b8e7f49a authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Remove "Manage account" button from sync preferences

parent 1f146d25
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
    <string name="address_books_authority">at.bitfire.davdroid.addressbooks</string>
    <string name="address_books_authority_title">Address books</string>
    <string name="email_authority">io.eelo.mail.provider.AppContentProvider</string>
    <string name="manage_accounts">Manage accounts</string>
    <string name="please_wait">Please wait …</string>
    <string name="send">Send</string>
    <string name="homepage_url">https://www.davdroid.com/?pk_campaign=davdroid-app</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,5 +10,4 @@
    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,5 +10,4 @@
    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