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

Commit 0e370037 authored by Roman Birg's avatar Roman Birg
Browse files

Settings: don't assume GMS is installed



The factory reset screen assumes GMS is installed. Replace the string
with something more generic.

Change-Id: I1fdca74e5da4b16be0182a01f54eda5697aa4e1b
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent c047ba53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
                android:layout_height="wrap_content"
                android:includeFontPadding="false"
                android:textSize="18sp"
                android:text="@string/master_clear_desc" />
                android:text="@string/master_clear_desc_cm" />
            <TextView android:id="@+id/also_erases_external"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
+5 −0
Original line number Diff line number Diff line
@@ -1217,4 +1217,9 @@
    <string name="heads_up_notifications">Heads up</string>
    <string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
    <string name="summary_heads_up_disabled">Pop-up notifications are disabled</string>

    <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
    <string name="master_clear_desc_cm" product="tablet">This will erase all data from your tablet\'s <b>internal storage</b>, including:\n\n<li>Your device accounts</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li></string>
    <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
    <string name="master_clear_desc_cm" product="default">This will erase all data from your phone\'s <b>internal storage</b>, including:\n\n<li>Your device accounts</li>\n<li>System and app data and settings</li>\n<li>Downloaded apps</li></string>
</resources>