mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
21 lines
804 B
XML
21 lines
804 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
|
|
<string name="default_domain">test.linphone.org</string>
|
|
|
|
<!-- Interface settings -->
|
|
<bool name="hide_camera_settings">false</bool>
|
|
<bool name="hide_wizard">false</bool>
|
|
<bool name="hide_accounts">false</bool>
|
|
<bool name="hide_add_account_button">false</bool> <!-- Accounts have to be displayed to show add account button -->
|
|
<bool name="useFirstLoginActivity">false</bool>
|
|
<bool name="disable_animations">false</bool>
|
|
<bool name="show_full_remote_address_on_incoming_call">true</bool>
|
|
|
|
<bool name="allow_transfers">true</bool>
|
|
<bool name="allow_edit_in_dialer">true</bool>
|
|
<bool name="forbid_self_call">false</bool>
|
|
<string name="about_bugreport_email">linphone-android@belledonne-communications.com</string>
|
|
</resources>
|
|
|