Messaging: Remove unused code

Change-Id: I8093bb3e305ae323f7069bf42f9e83f8c8647cc7
This commit is contained in:
Michael W
2024-12-26 15:54:37 +01:00
parent 0069df879a
commit e29b158fba
69 changed files with 42 additions and 3228 deletions
-10
View File
@@ -46,17 +46,7 @@
<string name="wireless_alerts_key" translatable="false">buglesub_wireless_alerts_key</string>
<string name="apn_list_pref_key" translatable="false">buglesub_apn_list</string>
<!-- SMS/MMS settings keys -->
<!--
TODO: Several of these are currently unused but are expected to be needed to
implement SMS/MMS delivery and basic settings. Once we have the core functionality in place
we should do a pass to remove any unused values here.
-->
<string name="use_local_apn_pref_key" translatable="false">use_local_apn_pref_key</string>
<bool name="use_local_apn_pref_default" translatable="false">false</bool>
<integer name="mediapicker_transition_duration">600</integer><!-- ms -->
<integer name="asyncimage_transition_duration">300</integer><!-- ms -->
<integer name="compose_transition_duration">300</integer><!-- ms -->
<integer name="camera_shutter_duration">200</integer><!-- ms -->
<fraction name="camera_shutter_max_alpha">70%</fraction>