From eee0b18507c3c194f92f3f571ef7a1aaadbfbbdc Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 3 Dec 2012 17:07:12 +0100 Subject: [PATCH] Few changes --- Makefile | 2 +- res/xml/preferences.xml | 10 +++------- src/org/linphone/PreferencesFragment.java | 1 + 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 0ed124dd1..28f67c96b 100644 --- a/Makefile +++ b/Makefile @@ -103,11 +103,11 @@ run-linphone: ant run run-tests: + ant partial-clean && \ $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone @cd $(TOPDIR)/tests/ && \ $(SDK_PATH)/android update test-project --path . -m ../ && \ - ant partial-clean && \ ant debug && \ ant installd && \ ant test diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 7c3f3c40d..204c556ed 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -75,26 +75,22 @@ android:key="@string/pref_codec_ilbc_key" android:title="@string/pref_codec_ilbc" android:defaultValue="@bool/pref_codec_ilbc_default" - android:shouldDisableView="true" android:summary="@string/pref_ilbc_summary"/> + android:defaultValue="@bool/pref_codec_amr_default" /> + android:defaultValue="@bool/pref_codec_g729_default" /> + android:defaultValue="@bool/pref_codec_amrwb_default" />