Messaging: Remove low storage handling

* SMS are the least of your storage issues, if you reach the limit
* Both Intent.ACTION_DEVICE_STORAGE_LOW and
  Intent.ACTION_DEVICE_STORAGE_LOW are not delivered to apps after O
* Remove all now unused strings from all languages - we don't sync those
  with crowdin (yet)

Change-Id: If01f937acdafbb34d5a9e792db54de4761ec4cc5
This commit is contained in:
Michael W
2024-12-26 14:55:12 +01:00
parent d43b6ff1c4
commit 7f22a3eea7
92 changed files with 2 additions and 2614 deletions
-6
View File
@@ -394,12 +394,6 @@
<item name="android:textColor">@color/list_empty_text</item>
</style>
<style name="LowStorageActionItemStyle">
<item name="android:textColor">@color/low_storage_action_item_color</item>
<item name="android:textSize">@dimen/low_storage_action_item_text_size</item>
<item name="android:singleLine">false</item>
</style>
<style name="SnackBarMessageWrapper">
<item name="android:layout_marginLeft">@dimen/snack_bar_left_right_margin</item>
<item name="android:layout_marginRight">0dp</item>