|
|
@ -554,6 +554,12 @@
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<receiver android:name=".service.LocalBackupListener">
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
|
|
|
|
<receiver android:name=".service.PersistentConnectionBootListener">
|
|
|
|
<receiver android:name=".service.PersistentConnectionBootListener">
|
|
|
|
<intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
|
|
|