Settings: Good news, encryptable=footer is broken
* Add a warning to discourage usage Change-Id: I1913d6a94ea040d545a7946bc4a21d731c41e612
This commit is contained in:
committed by
Michael Bestas
parent
def6283bf8
commit
c6cf27da63
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user