From 99ae3979136ba6519139dda2f6f8024b909db124 Mon Sep 17 00:00:00 2001 From: Space Cowboy Date: Wed, 2 Apr 2014 11:03:28 +0200 Subject: [PATCH] Update example --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);