diff --git a/README.org b/README.org index 66975ea..4b6faac 100644 --- a/README.org +++ b/README.org @@ -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);