mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
remove SMS prefs setting
This commit is contained in:
parent
964eedf887
commit
0e60013f59
2 changed files with 6 additions and 6 deletions
|
@ -108,11 +108,11 @@
|
|||
android:defaultValue="10999"
|
||||
android:numeric="decimal"
|
||||
/>
|
||||
<EditTextPreference android:key="@string/key_sms_port"
|
||||
android:title="@string/sms_port"
|
||||
android:defaultValue="5432"
|
||||
android:numeric="decimal"
|
||||
/>
|
||||
<!-- <EditTextPreference android:key="@string/key_sms_port" -->
|
||||
<!-- android:title="@string/sms_port" -->
|
||||
<!-- android:defaultValue="5432" -->
|
||||
<!-- android:numeric="decimal" -->
|
||||
<!-- /> -->
|
||||
<EditTextPreference android:key="@string/key_dict_host"
|
||||
android:title="@string/dict_host"
|
||||
android:defaultValue="@string/dict_url"
|
||||
|
|
|
@ -41,7 +41,7 @@ public class PrefsActivity extends PreferenceActivity
|
|||
|
||||
int[] textKeyIds = { R.string.key_relay_host,
|
||||
R.string.key_relay_port,
|
||||
R.string.key_sms_port,
|
||||
// R.string.key_sms_port,
|
||||
R.string.key_dict_host,
|
||||
R.string.key_board_size
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue