GT wrote: > Hey all, I currently have a live wallpaper that is animated and works. > However, I am trying to update the code and add in some lines which > will save a file from a webpage and then read it. After reading it, > the wallpaper would change its behavior. Anyways, I am having problems > just saving the actual file, I know the code works because I have used > the same code in previous applications. Are you just not able to write > to the sdcard in a live wallpaper?
Are you sure you have the WRITE_EXTERNAL_STORAGE permission? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.9 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

