summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2010-10-07 03:41:54 +0800
committerChung-yih Wang <cywang@google.com>2010-10-07 03:43:52 +0800
commit68513a76ebaacdff0a837ae2e743078f2bb5d514 (patch)
tree1e85dc749b0d4265441e4aa8cccad4ede935efe1
parent2fea0dd4d93ae38af69622213b7904d1c213a5ce (diff)
downloadnist-sip-68513a76ebaacdff0a837ae2e743078f2bb5d514.tar.gz
Remove unused files. Do not merge.
Change-Id: I38b442d67b5489e42258728dc2677bfda285cc77
-rw-r--r--res/values/strings.xml42
-rw-r--r--res/xml/dev_pref.xml68
2 files changed, 0 insertions, 110 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
deleted file mode 100644
index bc15fdb..0000000
--- a/res/values/strings.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">Sip Joy</string>
-
- <string name="dev_pref_title">SIP test (build 108)</string>
- <string name="peer_title">Who to call?</string>
- <string name="peer_summary">test@192.168.1.1:5060</string>
- <string name="server_address_title">Server address</string>
- <string name="server_address_summary"></string>
- <string name="password_title">Password</string>
- <string name="password_summary">Click to enter password</string>
- <string name="display_name_title">Display name</string>
- <string name="display_name_summary">John Doe</string>
- <string name="proxy_address_title">Outbound Proxy address</string>
- <string name="proxy_address_summary"></string>
- <string name="menu_register">Register</string>
- <string name="menu_call">Call</string>
- <string name="menu_hangup">Hang up</string>
- <string name="menu_send_dtmf">Send DTMF_1</string>
- <string name="menu_speaker_mode">Speaker ON</string>
- <string name="menu_incall_mode">Speaker OFF</string>
- <string name="field_not_set">%s is not set.</string>
- <string name="field_not_set_optional">%s is not set. (optional)</string>
-
- <string name="my_ip_title">My IP</string>
- <string name="call_status_title">Call status</string>
-</resources>
diff --git a/res/xml/dev_pref.xml b/res/xml/dev_pref.xml
deleted file mode 100644
index d0610cf..0000000
--- a/res/xml/dev_pref.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- android:title="@string/dev_pref_title">
- <Preference
- android:key="call_status"
- android:title="@string/call_status_title"
- />
-
- <EditTextPreference
- android:key="peer"
- android:title="@string/peer_title"
- android:defaultValue="@string/peer_summary"
- android:summary="@string/peer_summary"
- android:dialogTitle="@string/peer_title"
- android:singleLine="true"/>
-
- <EditTextPreference
- android:key="server_address"
- android:title="@string/server_address_title"
- android:defaultValue="@string/server_address_summary"
- android:summary="@string/server_address_summary"
- android:dialogTitle="@string/server_address_title"
- android:singleLine="true"/>
-
- <EditTextPreference
- android:key="password"
- android:title="@string/password_title"
- android:summary="@string/password_summary"
- android:dialogTitle="@string/password_title"
- android:password="true"
- android:singleLine="true"/>
-
- <EditTextPreference
- android:key="display_name"
- android:title="@string/display_name_title"
- android:defaultValue="@string/display_name_summary"
- android:summary="@string/display_name_summary"
- android:dialogTitle="@string/display_name_title"
- android:singleLine="true"/>
-
- <EditTextPreference
- android:key="proxy_address"
- android:title="@string/proxy_address_title"
- android:defaultValue="@string/proxy_address_summary"
- android:summary="@string/proxy_address_summary"
- android:dialogTitle="@string/proxy_address_title"
- android:singleLine="true"/>
-
- <Preference
- android:key="my_ip"
- android:title="@string/my_ip_title"
- />
-</PreferenceScreen>