remove silk/8000 and silk/12000
This commit is contained in:
parent
44084a39ce
commit
ec53982b3e
1 changed files with 3 additions and 8 deletions
|
@ -47,8 +47,7 @@
|
|||
<CheckBoxPreference android:key="@string/pref_echo_canceller_calibration_key"
|
||||
android:title="@string/pref_echo_canceller_calibration" />
|
||||
|
||||
<PreferenceScreen android:title="@string/pref_codecs"
|
||||
android:key="@string/pref_codecs_key">
|
||||
<PreferenceScreen android:title="@string/pref_codecs" android:key="@string/pref_codecs_key">
|
||||
<CheckBoxPreference android:key="@string/pref_codec_speex16_key"
|
||||
android:title="@string/pref_codec_speex16"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_speex8_key"
|
||||
|
@ -68,12 +67,8 @@
|
|||
android:title="@string/pref_codec_g722"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_silk24_key"
|
||||
android:title="@string/pref_codec_silk24"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_silk16_key"
|
||||
android:title="@string/pref_codec_silk16"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_silk12_key"
|
||||
android:title="@string/pref_codec_silk12" android:shouldDisableView="true"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_silk8_key"
|
||||
android:title="@string/pref_codec_silk8" android:shouldDisableView="true"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_silk16_key"
|
||||
android:title="@string/pref_codec_silk16"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_pcmu_key"
|
||||
android:title="@string/pref_codec_pcmu"/>
|
||||
<CheckBoxPreference android:key="@string/pref_codec_pcma_key"
|
||||
|
|
Loading…
Reference in a new issue