Using version 1.6.0, I can't edit a file. When I tap the pencil icon, I get the following error: Could not write to storage medium.
Edit: using Android 5.0 on Moto X 2014
Edit2: maybe you guys need to add permission in the AndroidManifest.xml file? for example:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Using version 1.6.0, I can't edit a file. When I tap the pencil icon, I get the following error: Could not write to storage medium.
Edit: using Android 5.0 on Moto X 2014
Edit2: maybe you guys need to add permission in the
AndroidManifest.xml
file? for example:<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />