We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e867fbb commit 6817d91Copy full SHA for 6817d91
README.md
@@ -22,7 +22,7 @@ dependencies {
22
Open file picker:
23
24
```java
25
-Intent intent = new Intent(this, com.nbsp.materialfilepicker.ui.FilePickerActivity.class);
+Intent intent = new Intent(this, FilePickerActivity.class);
26
startActivityForResult(intent, 1);
27
```
28
0 commit comments