Skip to content

Instantly share code, notes, and snippets.

@ahmedyehya92
Created January 7, 2018 10:51
Show Gist options
  • Save ahmedyehya92/6b16d89522703bddc55d91c5ee30889c to your computer and use it in GitHub Desktop.
Save ahmedyehya92/6b16d89522703bddc55d91c5ee30889c to your computer and use it in GitHub Desktop.
#104 Registering Broadcast Recievers in Application Manifest
<receiver android:name=”.LifeformDetectedReceiver”>
<intent-filter>
<action android:name=”com.paad.alien.action.NEW_LIFEFORM”/>
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment