From 9872bf4a2d4ae1e7ded170c8e74d400fe6be9bfb Mon Sep 17 00:00:00 2001 From: Shachar Shemesh Date: Mon, 20 Dec 2010 17:38:33 +0200 Subject: 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 --- include/utils/ResourceTypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/utils') 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: -- cgit v1.1