projects
/
android
/
aapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa19db5
)
Fix issue #2357259: aapt tool prints "uses-configuation:"
author
Dianne Hackborn
<hackbod@google.com>
Wed, 6 Jan 2010 19:29:54 +0000
(11:29 -0800)
committer
Dianne Hackborn
<hackbod@google.com>
Wed, 6 Jan 2010 19:29:54 +0000
(11:29 -0800)
Change-Id: Id3ea3a86bd4d385441b05fcbe85b8ab62c35afff
Command.cpp
patch
|
blob
|
blame
|
history
diff --git
a/Command.cpp
b/Command.cpp
index 0ef5d555dff354b799ab68cdc97936d05ef9db85..8be9db3ab853c2f2262d11a4773ac00bc14ec422 100644
(file)
--- a/
Command.cpp
+++ b/
Command.cpp
@@
-678,7
+678,7
@@
int doDump(Bundle* bundle)
REQ_NAVIGATION_ATTR, NULL, 0);
int32_t reqFiveWayNav = getIntegerAttribute(tree,
REQ_FIVE_WAY_NAV_ATTR, NULL, 0);
- printf("uses-configuation:");
+ printf("uses-configu
r
ation:");
if (reqTouchScreen != 0) {
printf(" reqTouchScreen='%d'", reqTouchScreen);
}