mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Default stun values stored in custom xml
This commit is contained in:
parent
37d5fed8cc
commit
84e6543e57
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<!--<string name="push_sender_id">622464153529</string>-->
|
||||
|
||||
<string name="default_domain">sip.linphone.org</string>
|
||||
<string name="default_stun">stun.linphone.org</string>
|
||||
<string name="wizard_url">https://www.linphone.org/wizard.php</string>
|
||||
<string name="upload_url">https://www.linphone.org:444/upload.php</string>
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
<EditTextPreference
|
||||
android:title="@string/pref_stun_server"
|
||||
android:defaultValue="@string/default_stun"
|
||||
android:key="@string/pref_stun_server_key"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue