Spot the incorrect line of code and write the corrected line in the answer field.
<receiver
android:name=".YourBroadcastReceiver">
<intent-filter>
<receiver android:title="android.intent.action.AIRPLANE_MODE" />
</intent-filter>
</receiver>