After upgrading to 1.8.1 from 1.7.8, the app won't select file anymore when pressing the folder button next to the file path textbox.
Looks like commit f75274e might be the cause, it removed <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> from the AndroidManifest.xml
After upgrading to 1.8.1 from 1.7.8, the app won't select file anymore when pressing the folder button next to the file path textbox.
Looks like commit f75274e might be the cause, it removed
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />from theAndroidManifest.xml