Thank you! That was it! Wow, finally got a solution to a problem in this group!!
Ken On Dec 10, 10:37 am, Vytautas Vaitukaitis <[email protected]> wrote: > Your app has to have android.permission.WRITE_EXTERNAL_STORAGE > permission, which was introduced at SDK v4, in order to do this. I had > the same problem with my app - the most annoying thing about this > problem is that it only shows up at some of the devices with Android > > >=1.6... > > On Dec 10, 6:17 pm, Ken H <[email protected]> wrote: > > > > > 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

