Skip to content

Instantly share code, notes, and snippets.

@Velociraptor-n
Last active December 4, 2019 09:26
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 Velociraptor-n/d6733469cd9f4d8949b2454549252829 to your computer and use it in GitHub Desktop.
Save Velociraptor-n/d6733469cd9f4d8949b2454549252829 to your computer and use it in GitHub Desktop.
Broadcast Receiver
public class MyReceiver extends BroadcastReceiver {
public void onReceive(context,intent){}
}
public class MyContentProvider extends ContentProvider {
public void onCreate(){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment