]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.cpp
Implement compatibility support for WRITE_SDCARD permission.
authorDianne Hackborn <hackbod@google.com>
Wed, 13 May 2009 22:06:13 +0000 (15:06 -0700)
committerDianne Hackborn <hackbod@google.com>
Sat, 16 May 2009 01:02:47 +0000 (18:02 -0700)
commit7e486e3393be690b0541d30339e50177fa07e64b
tree542d3e1119a3746ca05b317ad2fc3f85ea719f3e
parent03938ad36ab45312d6a219f6f23549c2d7da932a
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.
Bundle.h
Main.cpp
Resource.cpp
ResourceTable.cpp
ResourceTable.h
XMLNode.cpp
XMLNode.h