Il giorno dom, 24/01/2010 alle 04.50 -0800, [email protected] ha scritto:
> android.permission.WRITE_EXTERNAL_STORAGE. > I could just go ahead and declare it...but then I'd need to build for > SDK 3 and I'd cut off any customers out there with version 2 devices. I don't think there are SDK 2 (1.0 if I remember correctly) devices anymore. All of them should be SDK 3 (1.5) at least. WRITE_EXTERNAL_STORAGE is required since SDK 4 (1.6), AFAIK, but doesn't hurt declaring it in SDK 3. Or at least I get no warnings on doing it. :) Bye. -- 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

