Custom.xml resource to store customizable items.
This commit is contained in:
parent
eaabeb2fb7
commit
6cf35e3e4e
3 changed files with 16 additions and 14 deletions
12
res/values/custom.xml
Normal file
12
res/values/custom.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
|
||||
<string name="app_name">Linphone</string>
|
||||
<string name="default_domain">test.linphone.org</string>
|
||||
|
||||
<bool name="use_android_contact_picker">true</bool>
|
||||
<!-- <string name="merge_another_contact_provider">content://something</string>-->
|
||||
|
||||
</resources>
|
||||
|
|
@ -2,12 +2,8 @@
|
|||
<resources>
|
||||
|
||||
|
||||
<!-- Custom start -->
|
||||
<string name="default_domain">test.linphone.org</string>
|
||||
|
||||
<!-- Custom end -->
|
||||
|
||||
|
||||
<string name="pref_echo_canceller_calibration_key">pref_echo_canceller_calibration_key</string>
|
||||
<string name="pref_prefix_key">pref_prefix_key</string>
|
||||
<string name="pref_proxy_key">pref_proxy_key</string>
|
||||
<string name="pref_domain_key">pref_domain_key</string>
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
<resources>
|
||||
|
||||
|
||||
<!-- Custom start -->
|
||||
<string name="app_name">RelTime</string>
|
||||
|
||||
<!-- Custom end -->
|
||||
|
||||
|
||||
<string name="first_launch_ok">Registration successful</string>
|
||||
<string name="error">Error</string>
|
||||
|
@ -14,8 +9,9 @@
|
|||
<string name="dialer_null_on_new_intent">Application not ready</string>
|
||||
|
||||
|
||||
|
||||
<string name="pref_echo_canceller_calibration_key">pref_echo_canceller_calibration_key</string>
|
||||
<string name="no_phone_numbers">No phone numbers found for %s</string>
|
||||
<string name="filter_contacts">Filter contacts</string>
|
||||
<string name="title_numbers_dialog">%s\'s phone numbers</string>
|
||||
<string name="pref_echo_canceller_calibration">Echo calibration</string>
|
||||
<string name="pref_video_use_front_camera_title">Use front camera</string>
|
||||
<string name="pref_video">Video</string>
|
||||
|
@ -44,8 +40,6 @@
|
|||
<string name="pref_ilbc_summary">iLBC might be unavailable depending on ARM processor and Android OS version.</string>
|
||||
<string name="pref_echo_cancellation">Echo cancellation</string>
|
||||
<string name="pref_autostart">Start at boot time</string>
|
||||
<string name="outcall_chooser_cellular">Cellular</string>
|
||||
<string name="outcall_chooser_text">Choose application to call %s</string>
|
||||
<string name="pref_enable_outbound_proxy">Outbound proxy</string>
|
||||
<string name="pref_codec_pcma">pcma</string>
|
||||
<string name="pref_codec_pcmu">pcmu</string>
|
||||
|
|
Loading…
Reference in a new issue