Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dg76 committed Nov 18, 2018
1 parent a113e0a commit a4a0acf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ When it is started directly you can tap on an entry to either
1. create an event from it
2. or to call that number.

When it is started by another app using a `startActivityForResult(new Intent(Intent.ACTION_PICK, CallLog.CONTENT_URI), REQUEST_ID)` call, then it returns the entry that the user has selected. It returns the extras
When it is started by another app using a

```startActivityForResult(new Intent(Intent.ACTION_PICK, CallLog.CONTENT_URI), REQUEST_ID)```

call, then it returns the entry that the user has selected. It returns the extras

- name - the name of the contact
- number - the phone number
Expand Down

0 comments on commit a4a0acf

Please sign in to comment.