Как я могу проверить свое приложение после перезагрузки (BOOT COMPLETED) с помощью Genymotion Я использую nexus 4 как устройство
<receiver android:name="com.template.SampleBootReceiver"
android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>