Update example

This commit is contained in:
Space Cowboy 2014-04-02 11:03:28 +02:00
parent 1d6bb85261
commit 99ae397913
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ depending on your use case.
#+begin_src java
// This always works
Intent i = new Intent(NoNonsenseFilePicker.this, FilePickerActivity.class);
Intent i = new Intent(context, FilePickerActivity.class);
// This works if you defined the intent filter
// Intent i = new Intent(Intent.ACTION_GET_CONTENT);