Skip to content

Instantly share code, notes, and snippets.

@TomTasche
Created June 14, 2011 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomTasche/1025735 to your computer and use it in GitHub Desktop.
Save TomTasche/1025735 to your computer and use it in GitHub Desktop.
<receiver android:name=".CallListener">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment