Settings: Good news, encryptable=footer is broken
* Add a warning to discourage usage Change-Id: I1913d6a94ea040d545a7946bc4a21d731c41e612
This commit is contained in:
parent
24abb4f5ac
commit
f1ce66758b
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"
|
||||
|
|
|
|||
|
|
@ -161,4 +161,7 @@
|
|||
<string name="ambient_display_screen_off_udfps_title" product="device">Long press on fingerprint sensor to unlock device</string>
|
||||
<!-- Summary text for screen off UDFPS [CHAR LIMIT=NONE]-->
|
||||
<string name="ambient_display_screen_off_udfps_summary">To wake up your screen and unlock, long press your under-display fingerprint sensor.</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