Remove link to conference test in Android app list.

This commit is contained in:
Guillaume Beraudo 2011-10-17 15:48:02 +02:00
parent ad73edbe00
commit 4a6ba5f8fd

View file

@ -134,7 +134,7 @@
<activity android:name="org.linphone.TestConferenceActivity"
android:label="Conf test"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:enabled="true">
android:enabled="false">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />