summaryrefslogtreecommitdiffstats
path: root/include/utils
diff options
context:
space:
mode:
authorShachar Shemesh <lingnu@gmail.com>2010-12-20 17:38:33 +0200
committerShachar Shemesh <lingnu@gmail.com>2011-01-04 20:52:08 +0200
commit9872bf4a2d4ae1e7ded170c8e74d400fe6be9bfb (patch)
tree4040c675a82cdab2888c72e56188d8cd91ae547b /include/utils
parent69ebb984f230a523dc316bdb2c9e9c28111364fd (diff)
downloadframeworks_base-9872bf4a2d4ae1e7ded170c8e74d400fe6be9bfb.zip
frameworks_base-9872bf4a2d4ae1e7ded170c8e74d400fe6be9bfb.tar.gz
frameworks_base-9872bf4a2d4ae1e7ded170c8e74d400fe6be9bfb.tar.bz2
Normalize output from aapt d
Make the output from aapt dump --values resources and aapt dump xmltree normalized, so that it is unambigously displayed regardless of the content of the strings. Change-Id: Ia3bff36c4ee1e9a44f474534e154830948beabdf
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/ResourceTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/ResourceTypes.h b/include/utils/ResourceTypes.h
index da86da4..ab7b973 100644
--- a/include/utils/ResourceTypes.h
+++ b/include/utils/ResourceTypes.h
@@ -1983,6 +1983,7 @@ public:
#ifndef HAVE_ANDROID_OS
void print(bool inclValues) const;
+ static String8 normalizeForOutput(const char* input);
#endif
private: