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