Default stun values stored in custom xml
This commit is contained in:
parent
97a470bfd2
commit
c787cbecfc
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…
Reference in a new issue