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

Unverified Commit c6cf27da authored by Michael W's avatar Michael W Committed by Michael Bestas
Browse files

Settings: Good news, `encryptable=footer` is broken

* Add a warning to discourage usage

Change-Id: I1913d6a94ea040d545a7946bc4a21d731c41e612
parent def6283b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -26,6 +26,13 @@
        android:textColor="?android:attr/textColorSecondary"
        android:textSize="18sp"
        android:text="@string/storage_wizard_init_v2_internal_summary" />
     <TextView
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginBottom="32dp"
         android:textColor="?android:attr/colorError"
         android:textSize="18sp"
         android:text="@string/storage_warning_internal" />
     <ImageView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
+3 −0
Original line number Diff line number Diff line
@@ -137,4 +137,7 @@
    <!-- Wake on plug -->
    <string name="wake_when_plugged_or_unplugged_title">Wake on plug</string>
    <string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string>

    <!-- Warning message for the sd card setup -->
    <string name="storage_warning_internal">Warning: This option may not work properly or lead to data loss and is therefore not recommended!</string>
</resources>