summaryrefslogtreecommitdiffstats
path: root/res/values/cm_constants.xml
blob: 18d01042bae16fb826e6fc2c84fbe07a0f10232f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2016 The CyanogenMod 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="swipe_right_deletes_conversation_key" translatable="false">swipe_right_deletes_conversation</string>

    <!-- This should really go into a config xml, but whoever wrote this app is an idiot, so follow their pattern -->
    <bool name="swipe_right_deletes_conversation_default" translatable="false">false</bool>

    <!-- Preference keys for user-visible settings -->
    <!-- Application-wide settings -->
    <bool name="show_emoticons_pref_default" translatable="false">true</bool>

    <!-- Subscription-specific settings. The values of these pref keys must be prefixed with
     "buglesub_" to allow for runtime sanity checks -->
    <string name="expiry_mms_pref_key" translatable="false">buglesub_expiry_mms_pref_key</string>
    <string name="delivery_reports_mms_pref_key" translatable="false">buglesub_delivery_reports_mms_pref_key</string>
    <bool name="def_mms_delivery_reports">false</bool>
    <string name="read_reports_mms_pref_key" translatable="false">buglesub_read_reports_mms_pref_key</string>
    <string name="priority_mms_pref_key" translatable="false">buglesub_priority_mms_pref_key</string>
</resources>