Loading app/src/main/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ <string name="google_alert_title">WARNING</string> <string name="google_alert_message">/e/ will report a fake device model to Google to protect your privacy.\nYou can check which one on Google\'s Device Activity after you log in.</string> <string name="advanced_account_title">My Profile</string> <string name="advanced_account_summary">Shows Data about account</string> <string name="advanced_account_title">My Account</string> <string name="advanced_account_summary">/e/ Account overview</string> <string name="multiple_ecloud_account_not_permitted_message">You can configure only one ecloud account on your device</string> </resources> app/src/main/res/xml/sync_prefs.xml +1 −13 Original line number Diff line number Diff line Loading @@ -16,24 +16,12 @@ android:summary="@string/advanced_account_summary" android:title="@string/advanced_account_title" android:order="300" settings:allowDividerAbove="false"> settings:allowDividerBelow="false"> <intent android:action="ACTION_VIEW" android:targetClass="foundation.e.drive.activity.AccountsActivity" android:targetPackage="foundation.e.drive" /> </PreferenceScreen> <PreferenceScreen android:iconSpaceReserved="true" android:summary="@string/manage_account_description" android:title="@string/manage_accounts" android:order="400" settings:allowDividerAbove="false"> <intent android:action="ACTION_VIEW" android:targetClass="foundation.e.accountmanager.ui.AccountsActivity" android:targetPackage="foundation.e.accountmanager" /> </PreferenceScreen> </PreferenceScreen> Loading
app/src/main/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ <string name="google_alert_title">WARNING</string> <string name="google_alert_message">/e/ will report a fake device model to Google to protect your privacy.\nYou can check which one on Google\'s Device Activity after you log in.</string> <string name="advanced_account_title">My Profile</string> <string name="advanced_account_summary">Shows Data about account</string> <string name="advanced_account_title">My Account</string> <string name="advanced_account_summary">/e/ Account overview</string> <string name="multiple_ecloud_account_not_permitted_message">You can configure only one ecloud account on your device</string> </resources>
app/src/main/res/xml/sync_prefs.xml +1 −13 Original line number Diff line number Diff line Loading @@ -16,24 +16,12 @@ android:summary="@string/advanced_account_summary" android:title="@string/advanced_account_title" android:order="300" settings:allowDividerAbove="false"> settings:allowDividerBelow="false"> <intent android:action="ACTION_VIEW" android:targetClass="foundation.e.drive.activity.AccountsActivity" android:targetPackage="foundation.e.drive" /> </PreferenceScreen> <PreferenceScreen android:iconSpaceReserved="true" android:summary="@string/manage_account_description" android:title="@string/manage_accounts" android:order="400" settings:allowDividerAbove="false"> <intent android:action="ACTION_VIEW" android:targetClass="foundation.e.accountmanager.ui.AccountsActivity" android:targetPackage="foundation.e.accountmanager" /> </PreferenceScreen> </PreferenceScreen>