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-14 15:34:53 +01:00
parent d43b6ff1c4
commit 7f22a3eea7
92 changed files with 2 additions and 2614 deletions

View File

@@ -371,10 +371,6 @@
android:excludeFromRecents="true">
</activity>
<activity android:name=".ui.SmsStorageLowWarningActivity"
android:theme="@style/Translucent"
android:configChanges="orientation|screenSize|keyboardHidden" />
<activity android:name=".ui.appsettings.ApnSettingsActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="user"
@@ -387,16 +383,6 @@
android:theme="@style/BugleTheme"
android:parentActivityName="com.android.messaging.ui.appsettings.ApnSettingsActivity"/>
<receiver android:name=".receiver.StorageStatusReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.DEVICE_STORAGE_OK" />
</intent-filter>
</receiver>
<receiver android:name=".receiver.BootAndPackageReplacedReceiver"
android:exported="true">
<intent-filter>