iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Update FileUtils.java #31

Closed cannonpalms closed 10 years ago

cannonpalms commented 10 years ago

Added private constructor to enforce Singleton pattern. Making the utils class static also saves memory, because no state will ever be held within it.