Why is this happening? I have an app that saves/renames/deletes files on the sd card. I could do this with no problems when I set my minSdkVersion=3. When I changed the minSdkVersion=4 I could no longer save/rename/delete those files.
At first I thought it was because Android didn't recognize my newly modified app (increased the versionCode) as the original one that first created the files. Not a huge problem. I'm trying to keep older versions of Android from using my app obviously, but I'd love to know what's happening. Ken -- 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

