I had the same problem with the latest versions of Android (4.4). There should be a problem with getTitle () and external storage, as it works fine on internal storage. I also found that read access would also work. This may be less invasive for users.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
source share