Hi, guys. I'm trying to download a file to sdcard. When I do it from Activity everything works fine. As soon as I run the same code from a service (which runs in :installerservice process) it complains about directories being write protected.
My sdcard has the following permissions: d---rwxrwx system system 1969-12-31 18:00 sdcard I've seen some permissions like: <uses-permission android:name="android.permission.WRITE_OWNER_DATA" /> I set them under <manifest> tag, but the don't help. I believe the problem is very simple. Could you please point me to the right direction? Thank you in advance, A. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---