Fix AMR codec not enabled on old installations.
This commit is contained in:
parent
5fb71717cb
commit
7996f40461
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
android:summary="@string/pref_ilbc_summary"/>
|
android:summary="@string/pref_ilbc_summary"/>
|
||||||
<CheckBoxPreference android:key="@string/pref_codec_amr_key"
|
<CheckBoxPreference android:key="@string/pref_codec_amr_key"
|
||||||
android:title="@string/pref_codec_amr"
|
android:title="@string/pref_codec_amr"
|
||||||
|
android:defaultValue="true"
|
||||||
android:shouldDisableView="true" />
|
android:shouldDisableView="true" />
|
||||||
<CheckBoxPreference android:key="@string/pref_codec_gsm_key"
|
<CheckBoxPreference android:key="@string/pref_codec_gsm_key"
|
||||||
android:title="@string/pref_codec_gsm"/>
|
android:title="@string/pref_codec_gsm"/>
|
||||||
|
|
|
@ -813,6 +813,7 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Called on first launch only
|
||||||
public void initializePayloads() {
|
public void initializePayloads() {
|
||||||
Log.i(TAG, "Initializing supported payloads");
|
Log.i(TAG, "Initializing supported payloads");
|
||||||
Editor e = mPref.edit();
|
Editor e = mPref.edit();
|
||||||
|
|
Loading…
Reference in a new issue