Skip to content

Commit f0f29ad

Browse files
committed
Added screenshots to show in README
1 parent 046246c commit f0f29ad

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

app/src/main/java/lib/folderpicker/demo/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void pickFile() {
120120

121121
//Optional
122122

123-
intent.putExtra("title", "Select your backup folder");
123+
intent.putExtra("title", "Select file to upload");
124124
intent.putExtra("location", Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES).getAbsolutePath());
125125
intent.putExtra("pickFiles", true);
126126

screenshots/folderpicker-scr1.png

68.1 KB
Loading

screenshots/folderpicker-scr2.png

70.5 KB
Loading

screenshots/folderpicker-scr3.png

197 KB
Loading

0 commit comments

Comments
 (0)