]> git.saurik.com Git - android/aapt.git/commit - Main.cpp
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)
commite942a5c223da6fa23d089c77af40241c78213fe2
treebeda2d229d71a505c002b55614a9179869ad3498
parent9e0c0c17e4339b15e7c1d36bacad0a99e44c9c1e
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