<!-- Start the Service if applicable on boot --> <receiver android:name="com.medavox.library.mutime.Persistence"> <intent-filter> <action android:name="android.intent.action.BOOT_COMPLETED"/> </intent-filter> </receiver>