summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMÃ¥rten Kongstad <marten.kongstad@sonymobile.com>2012-12-20 10:08:54 +0100
committerHenrik Baard <henrik.baard@sonymobile.com>2013-04-29 09:57:19 +0200
commit08822df147f7794559870d6de01f9a5cea6f1cd4 (patch)
tree08e556d57f9a0442f71a982675b369b683b02fe6 /tools
parent0bb497b8d1bac2206df89a878ecb7e356d21fe99 (diff)
downloadframeworks_base-08822df147f7794559870d6de01f9a5cea6f1cd4.zip
frameworks_base-08822df147f7794559870d6de01f9a5cea6f1cd4.tar.gz
frameworks_base-08822df147f7794559870d6de01f9a5cea6f1cd4.tar.bz2
Document the 'aapt dump strings' command
Update the usage page for aapt to mention 'strings' as a valid subcommand to 'dump'. Change-Id: Iadb2b8ce36951ff36ffbf6b5ea349ba1e2b12582
Diffstat (limited to 'tools')
-rw-r--r--tools/aapt/Main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Main.cpp b/tools/aapt/Main.cpp
index f398de0..74ffeb0 100644
--- a/tools/aapt/Main.cpp
+++ b/tools/aapt/Main.cpp
@@ -48,6 +48,7 @@ void usage(void)
" List contents of Zip-compatible archive.\n\n", gProgName);
fprintf(stderr,
" %s d[ump] [--values] WHAT file.{apk} [asset [asset ...]]\n"
+ " strings Print the contents of the resource table string pool in the APK.\n"
" badging Print the label and icon for the app declared in APK.\n"
" permissions Print the permissions from the APK.\n"
" resources Print the resource table from the APK.\n"