Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBiSoft authored Dec 3, 2021
1 parent a7e40dc commit 890b99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Dropbox, Google Drive, OneDrive and files from unknown file providers:

You can check if the `Uri` is from Dropbox,Google Drive or OneDrive by calling:
```java
if (pickiT.isDriveFile(uri)){
// Drive file selected
if (!pickiT.wasLocalFileSelected(uri)){
// Drive file was selected
}
```
You can check if the `Uri` is from an unknown provider by calling:
Expand Down

0 comments on commit 890b99c

Please sign in to comment.