From f013e1afd1e68af5e3b868c26a653bbfb39538f8 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Wed, 17 Dec 2008 18:05:43 -0800 Subject: Code drop from //branches/cupcake/...@124589 --- tools/aapt/Command.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tools/aapt/Command.cpp') diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index c02e2c04c63f..9f75d4bec4ad 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp @@ -586,6 +586,18 @@ int doDump(Bundle* bundle) activityIcon.string()); } } + printf("locales:"); + Vector locales; + res.getLocales(&locales); + const size_t N = locales.size(); + for (size_t i=0; i configs; res.getConfigurations(&configs); -- cgit v1.2.3-59-g8ed1b