Fix unknown intent BOOT_COMPLETED

This commit is contained in:
Guillaume Beraudo 2011-03-28 11:11:58 +02:00
parent d1b393aa9c
commit 88700d90d2

View file

@ -97,16 +97,12 @@
</receiver>
<receiver android:name="org.linphone.BootReceiver">
<intent-filter><action android:name="android.intent.action.BOOT_COMPLETED"></action></intent-filter>
<intent-filter><action android:name="android.intent.action.RECEIVE_BOOT_COMPLETED"></action></intent-filter>
</receiver>
<activity android:name="core.tutorials.video.TestVideoActivity"
android:label="Video test"
android:theme="@android:style/Theme.NoTitleBar"