| | |
| | | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| | | </intent-filter> |
| | | </receiver> |
| | | <receiver android:name="safeluck.drive.evaluation.receiver.ShutdownBroadcastReceiver"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.ACTION_SHUTDOWN"/> |
| | | <category android:name="android.intent.category.HOME"/> |
| | | </intent-filter> |
| | | </receiver> |
| | | <receiver android:name="safeluck.drive.evaluation.receiver.ReBootBroadcastReceiver"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.REBOOT"/> |
| | | <category android:name="android.intent.category.HOME"/> |
| | | </intent-filter> |
| | | </receiver> |
| | | <receiver android:name="safeluck.drive.evaluation.receiver.ShutdownBroadcastReceiver"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.ACTION_SHUTDOWN"/> |
| | | <category android:name="android.intent.category.HOME"/> |
| | | </intent-filter> |
| | | </receiver> |
| | | <receiver android:name="safeluck.drive.evaluation.receiver.ReBootBroadcastReceiver"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.REBOOT"/> |
| | | <category android:name="android.intent.category.HOME"/> |
| | | </intent-filter> |
| | | </receiver> |
| | | </application> |
| | | |
| | | </manifest> |