Files
packages_apps_Messaging/res/values/constants.xml
T
Michael W f0b25f0760 Messaging: Remove unused resources
Change-Id: Id3e69fae5773ac49f16b34d428218c3ce12cbe4b
2025-05-18 09:18:48 +00:00

65 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Copyright (C) 2024-2025 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Preference keys for user-visible settings -->
<!-- Application-wide settings -->
<string name="mms_messaging_category_pref_key" translatable="false">mms_messaging_category</string>
<string name="advanced_category_pref_key" translatable="false">advanced_category</string>
<string name="notifications_pref_key" translatable="false">notifications_enabled</string>
<string name="sms_enabled_pref_key" translatable="false">sms_enabled</string>
<string name="send_sound_pref_key" translatable="false">send_sound</string>
<bool name="send_sound_pref_default" translatable="false">true</bool>
<string name="advanced_pref_key" translatable="false">advanced_prefs</string>
<!-- Subscription-specific settings. The values of these pref keys must be prefixed with
"buglesub_" to allow for runtime checks -->
<string name="delivery_reports_pref_key" translatable="false">buglesub_delivery_reports</string>
<bool name="delivery_reports_pref_default" translatable="false">false</bool>
<string name="auto_retrieve_mms_pref_key" translatable="false">buglesub_auto_retrieve_mms</string>
<bool name="auto_retrieve_mms_pref_default" translatable="false">true</bool>
<string name="auto_retrieve_mms_when_roaming_pref_key" translatable="false">buglesub_auto_retrieve_mms_when_roaming</string>
<bool name="auto_retrieve_mms_when_roaming_pref_default" translatable="false">false</bool>
<string name="group_mms_pref_key" translatable="false">buglesub_group_messaging</string>
<bool name="group_mms_pref_default" translatable="false">true</bool>
<string name="mms_phone_number_pref_key" translatable="false">buglesub_mms_phone_number</string>
<integer name="mediapicker_transition_duration">600</integer><!-- ms -->
<integer name="compose_transition_duration">300</integer><!-- ms -->
<integer name="snackbar_translation_duration_ms">300</integer>
<!-- Notification preferences -->
<string name="notifications_group_children_key" translatable="false">notifications_group_children</string>
<!-- format string for creating new image files. Passed to java.text.SimpleDateFormat. -->
<string name="new_image_file_name_format" translatable="false">"'IMG'_yyyyMMdd_HHmmss"</string>
<!-- format string for creating new files of unknown type. Passed to java.text.SimpleDateFormat. -->
<string name="new_file_name_format" translatable="false">"yyyyMMdd_HHmmss"</string>
<!-- Swipe to Archive consts -->
<integer name="swipe_duration_ms">300</integer>
<integer name="swipe_max_fling_velocity_px_per_s">4000</integer>
<!-- Fab animation const -->
<integer name="fab_animation_duration_ms">300</integer>
<!-- Generic reveal view animation duration -->
<integer name="reveal_view_animation_duration">300</integer>
</resources>