From: Dianne Hackborn Date: Wed, 13 May 2009 22:06:13 +0000 (-0700) Subject: Implement compatibility support for WRITE_SDCARD permission. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/e942a5c223da6fa23d089c77af40241c78213fe2?hp=e942a5c223da6fa23d089c77af40241c78213fe2 Implement compatibility support for WRITE_SDCARD permission. Now old applications will automatically be granted it. Also renamed it from SDCARD_WRITE to WRITE_SDCARD to be consistent with our other permissions, and re-arranged how we do targetSdkVersion to actually be usuable for this kind of stuff. Note that right now this results in basically all apps being given the WRITE_SDCARD permission, because their targetSdkVersion is not set. I will be dealing with that in a future change. ---