AndroidManifest file

Report a typo

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>
Enter a short text
___

Create a free account to access the full topic