Skip to content

Instantly share code, notes, and snippets.

@sathyapriya31
Created December 6, 2017 08:16
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 sathyapriya31/44246471daee40eaa718ad21b607f05d to your computer and use it in GitHub Desktop.
Save sathyapriya31/44246471daee40eaa718ad21b607f05d to your computer and use it in GitHub Desktop.
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
Intent intent = getIntent();
String action = intent.getAction();
Uri data = intent.getData();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment