If you have an app that targets 1.6 ( using targetSdkVersion=4 ) and
that is still backward compatible with 1.5 (using minSdkVersion=3) ,
and it has the new WRITE_EXTERNAL_STORAGE permission because it writes
to the SD card, there is a problem when the OS is upgraded to 1.6.

If a user has Android 1.5 with the app installed, and then gets
Android 1.6, the permission is not granted and writing fails. The
issue can be solved if the user re-installs the app.

I have not experienced the issue myself, but a few users have reported
it. Can anybody else confirm this. There is not much that can be done
about it, but it would need to be adressed if there is another OS
upgrade.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to