Update example
This commit is contained in:
parent
1d6bb85261
commit
99ae397913
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue