Skip to content

Commit

Permalink
update README.md with build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan-kgp committed Mar 13, 2021
1 parent fa002da commit a304d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# FileX
[Build instructions](build_instructions.md)
# Philosophy
From Android 11 onwards, it is mandatory to use `DocumentsContract` or similar approach to write to shared storage, because of enforcement of Storage Access Framework. Our old and beloved Java File no longer works unless you are writing on private storage.
Hence there are two different ways to write a file: 1. Use Java File to write to internal storage. 2. Use DocumentsContract to write to shared storage.
Expand Down

0 comments on commit a304d71

Please sign in to comment.