Hello ..
I am writing a file to the SD card but getting

INFO/SdCardManager(24132):
Failed to create the temp file..java.io.FileNotFoundException: /mnt/
sdcard/jest/t.txt (Permission denied)

In the manifest I have the following:
        <uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
        <uses-permission android:name="android.permission.INTERNET"/>

Totally lost - how can I resolve this issue? I need direction :(

Regards

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to