On Thu, Jul 19, 2012 at 5:53 PM, marcpolo <[email protected]> wrote: > Thanks for the suggestion. I have the following in my manifest file > > <uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"/> > <uses-permission android:name="android.permission.READ_INTERNAL_STORAGE"/>
There are no such permissions in Android. > I am quite confident that I am writing to the write location because it > works when I run on the emulator. I think it may be a permissions issue when > running on my snowball board, or maybe due to a different versions of > android. You may have better luck getting help on this from a suitable list hosted at http://source.android.com, then. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.8 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

