Settings: Good news, encryptable=footer is broken
* Add a warning to discourage usage Change-Id: I1913d6a94ea040d545a7946bc4a21d731c41e612
This commit is contained in:
parent
cd2951dd3a
commit
cbf822d45b
2 changed files with 10 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -141,4 +141,7 @@
|
|||
<!-- FastCharge feature -->
|
||||
<string name="fast_charging_title">Fast charging</string>
|
||||
<string name="fast_charging_summary">Disable to reduce the heat produced by the device while charging or to extend the lifespan of the battery</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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue