mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
22 lines
679 B
XML
22 lines
679 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
|
|
<string name="default_domain">test.linphone.org</string>
|
|
|
|
<bool name="use_android_contact_picker">true</bool>
|
|
|
|
<bool name="useFirstLoginActivity">false</bool>
|
|
<bool name="useMenuSettings">true</bool>
|
|
<bool name="useMenuAbout">true</bool>
|
|
<bool name="show_full_remote_address_on_incoming_call">true</bool>
|
|
<bool name="show_only_username_in_history">false</bool>
|
|
|
|
<bool name="allow_transfers">false</bool>
|
|
|
|
<bool name="allow_edit_in_dialer">true</bool>
|
|
<color name="conf_active_bg_color">#191970</color>
|
|
|
|
<string name="about_bugreport_email">linphone-android@belledonne-communications.com</string>
|
|
</resources>
|
|
|