Created
January 7, 2018 10:51
-
-
Save ahmedyehya92/6b16d89522703bddc55d91c5ee30889c to your computer and use it in GitHub Desktop.
#104 Registering Broadcast Recievers in Application Manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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