I have set up:
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
in the manifest. But the app has still problems writing to external storage. Looking in application manager the storage permission for the app is thinned off. How to enable it? And why is this happening this now? Is it because of a new android version?
Settings->Applications->Application Manager-><App name>->Permissions
try this to get runtime permission:
And override this: