Skip to content

Instantly share code, notes, and snippets.

View dleonett's full-sized avatar

Daniel Leonett dleonett

View GitHub Profile
<receiver android:name="com.akalipetis.android.testing_demo.MyReceiver">
<intent-filter>
<action android:name="my.custom.action"/>
</intent-filter>
</receiver>