-1

How to run standart Android file chooser without creating own component with lists and adapters? I've searched about this question, but most of answers - about using file chooser libraries or creating own. I need only dialog/activity for choosing file and returning it, and that's all.

user3352926
  • 1,017
  • 1
  • 10
  • 15

1 Answers1

1

Use Intent.ACTION_OPEN_DOCUMENT or Intent.ACTION_GET_CONTENT.

greenapps
  • 11,154
  • 2
  • 16
  • 19