Fix unknown intent BOOT_COMPLETED
This commit is contained in:
parent
d1b393aa9c
commit
88700d90d2
1 changed files with 1 additions and 5 deletions
|
@ -97,16 +97,12 @@
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<receiver android:name="org.linphone.BootReceiver">
|
<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>
|
</receiver>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<activity android:name="core.tutorials.video.TestVideoActivity"
|
<activity android:name="core.tutorials.video.TestVideoActivity"
|
||||||
android:label="Video test"
|
android:label="Video test"
|
||||||
android:theme="@android:style/Theme.NoTitleBar"
|
android:theme="@android:style/Theme.NoTitleBar"
|
||||||
|
|
Loading…
Reference in a new issue