]> git.saurik.com Git - android/aapt.git/commit
Add ability for some manifest attributes to reference resources.
authorDianne Hackborn <hackbod@google.com>
Tue, 9 Mar 2010 23:00:30 +0000 (15:00 -0800)
committerDianne Hackborn <hackbod@google.com>
Wed, 10 Mar 2010 01:18:05 +0000 (17:18 -0800)
commit1423619ab908d03f8fcff4d4dd8ee359c4f2dddf
tree4ca32cad79369f9bbc1953019d0c2edc39600e5e
parent08faf33f6c9c54d972629f53cc9da02c76bab9cc
Add ability for some manifest attributes to reference resources.

This loosens our restriction on many manifest attributes requiring
literal string values, to allow various ones to use values from
resources.  This is only allowed if the resource value does not change
from configuration changes, and the restriction is still in place
for attributes that are core to security (requesting permissions) or
market operation (used libraries and features etc).

Change-Id: I4da02f6a5196cb6a7dbcff9ac25403904c42c2c8
Command.cpp
Resource.cpp
ResourceTable.cpp
ResourceTable.h