From bb9ea30ea9e390e69602935571795d2c80dc7b91 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Mon, 18 May 2009 15:22:00 -0700 Subject: Update aapt badging for native code, configs, density, etc. --- include/utils/AssetManager.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/utils/AssetManager.h') diff --git a/include/utils/AssetManager.h b/include/utils/AssetManager.h index e94c0e8feeee..c11429eaf2ab 100644 --- a/include/utils/AssetManager.h +++ b/include/utils/AssetManager.h @@ -152,6 +152,18 @@ public: */ AssetDir* openDir(const char* dirName); + /* + * Open a directory within a particular path of the asset manager. + * + * The contents of the directory are an amalgam of vendor-specific, + * locale-specific, and generic assets stored loosely or in asset + * packages. Depending on the cache setting and previous accesses, + * this call may incur significant disk overhead. + * + * To open the top-level directory, pass in "". + */ + AssetDir* openNonAssetDir(void* cookie, const char* dirName); + /* * Get the type of a file in the asset hierarchy. They will either * be "regular" or "directory". [Currently only works for "regular".] -- cgit v1.2.3-59-g8ed1b