aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/defaults.xml
blob: e191286a1d71f55669672d4ae54ed22a91ef74df (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
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="default_resource" translatable="false">Phone</string>
    <bool name="portrait_only">true</bool>
    <bool name="enter_is_send">false</bool>
    <bool name="dnd_on_silent_mode">false</bool>
    <bool name="treat_vibrate_as_silent">false</bool>
    <integer name="auto_accept_filesize_wifi">10485760</integer>
    <integer name="auto_accept_filesize_mobile">524288</integer>
    <integer name="auto_accept_filesize_roaming">0</integer>
    <bool name="show_notification">true</bool>
    <bool name="vibrate_on_notification">true</bool>
    <bool name="led">true</bool>
    <string name="notification_ringtone">content://settings/system/notification_sound</string>
    <bool name="notifications_from_strangers">false</bool>
    <bool name="headsup_notifications">true</bool>
    <bool name="enable_quiet_hours">false</bool>
    <bool name="manually_change_presence">true</bool>
    <bool name="away_when_screen_off">false</bool>
    <string name="picture_compression">auto</string>
    <string name="image_compression">mid</string>
    <string name="video_compression">mid</string>
    <bool name="grant_new_contacts">true</bool>
    <integer name="automatic_message_deletion">0</integer>
    <bool name="confirm_messages">true</bool>
    <bool name="allow_message_correction">true</bool>
    <bool name="chat_states">true</bool>
    <bool name="autojoin">true</bool>
    <bool name="indicate_received">true</bool>
    <bool name="use_tor">false</bool>
    <bool name="show_connection_options">false</bool>
    <bool name="last_activity">true</bool>
    <bool name="dont_trust_system_cas">false</bool>
    <bool name="btbv">true</bool>
    <bool name="send_button_status">true</bool>
    <string name="quick_action">recent</string>
    <bool name="return_to_previous">false</bool>
    <bool name="use_subject">true</bool>
    <bool name="display_enter_key">false</bool>
    <bool name="show_dynamic_tags">false</bool>
    <integer name="grace_period">144</integer>
    <bool name="use_larger_font">false</bool>
    <bool name="presence_colored_names">false</bool>
    <bool name="use_max_brightness">true</bool>
    <bool name="auto_rotate">true</bool>
    <bool name="use_white_background">false</bool>
    <bool name="send_crashreport">true</bool>
    <bool name="plain_text_logs">false</bool>
</resources>