defaults.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<resources>
 3    <string name="default_resource">Phone</string>
 4    <bool name="portrait_only">true</bool>
 5    <bool name="enter_is_send">false</bool>
 6    <bool name="notifications_from_strangers">true</bool>
 7    <bool name="headsup_notifications">false</bool>
 8    <bool name="dnd_on_silent_mode">false</bool>
 9    <bool name="treat_vibrate_as_silent">false</bool>
10    <bool name="confirm_messages">true</bool>
11    <bool name="chat_states">true</bool>
12    <bool name="last_activity">true</bool>
13    <bool name="vibrate_on_notification">true</bool>
14    <bool name="led">true</bool>
15    <bool name="enable_quiet_hours">false</bool>
16    <string name="notification_ringtone">content://settings/system/notification_sound</string>
17    <string name="incoming_call_ringtone">content://settings/system/ringtone</string>
18    <integer name="grace_period">144</integer>
19    <integer name="auto_accept_filesize">3490000</integer>
20    <string name="picture_compression">auto</string>
21    <bool name="use_green_background">true</bool>
22    <string name="quick_action">recent</string>
23    <bool name="show_dynamic_tags">true</bool>
24    <bool name="btbv">true</bool>
25    <integer name="automatic_message_deletion">0</integer>
26    <bool name="dont_trust_system_cas">false</bool>
27    <bool name="allow_message_correction">true</bool>
28    <bool name="use_tor">false</bool>
29    <bool name="show_connection_options">false</bool>
30    <bool name="display_enter_key">false</bool>
31    <bool name="manually_change_presence">false</bool>
32    <bool name="away_when_screen_off">true</bool>
33    <bool name="autojoin">true</bool>
34    <bool name="enable_foreground_service">true</bool>
35    <bool name="never_send">false</bool>
36    <bool name="validate_hostname">false</bool>
37    <bool name="show_qr_code_scan">true</bool>
38    <bool name="show_individual_search_options">true</bool>
39    <bool name="show_combined_search_options">false</bool>
40    <bool name="scroll_to_bottom">true</bool>
41    <string name="omemo_setting_default">default_off</string>
42    <string name="default_font_size">small</string>
43    <bool name="use_share_location_plugin">false</bool>
44    <bool name="start_searching">true</bool>
45    <string name="video_compression">360</string>
46    <string name="default_channel_discovery">JABBER_NETWORK</string>
47    <bool name="prevent_screenshots">false</bool>
48    <bool name="dialler_integration_incoming">true</bool>
49    <bool name="follow_thread_in_channel">false</bool>
50    <string name="default_push_server">up.conversations.im</string>
51    <string name="default_push_account">none</string>
52</resources>