]> git.saurik.com Git - android/aapt.git/commitdiff
Implement compatibility support for WRITE_SDCARD permission.
authorDianne Hackborn <hackbod@google.com>
Wed, 13 May 2009 22:06:13 +0000 (15:06 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sat, 16 May 2009 01:23:56 +0000 (18:23 -0700)
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.


No differences found