summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMartin Kosiba <mkosiba@google.com>2014-01-16 16:25:56 +0000
committerMarcin Kosiba <mkosiba@google.com>2014-07-17 18:10:02 +0100
commit7df3625d5bb28d11cce9ac23429f5e3c6ebac030 (patch)
tree432f9013a91bede42c82486575b37507cd66718d /include
parent999d394adee533c55fce38bd632ffd4f1af91362 (diff)
downloadframeworks_base-7df3625d5bb28d11cce9ac23429f5e3c6ebac030.zip
frameworks_base-7df3625d5bb28d11cce9ac23429f5e3c6ebac030.tar.gz
frameworks_base-7df3625d5bb28d11cce9ac23429f5e3c6ebac030.tar.bz2
Allow for appending of resources to an AssetManager.
BUG: 11505352 Change-Id: Ifa290580a6dc63c2f471d0bbf5f066db14aed4d7
Diffstat (limited to 'include')
-rw-r--r--include/androidfw/AssetManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/androidfw/AssetManager.h b/include/androidfw/AssetManager.h
index 610528c..99b3195 100644
--- a/include/androidfw/AssetManager.h
+++ b/include/androidfw/AssetManager.h
@@ -278,6 +278,7 @@ private:
const ResTable* getResTable(bool required = true) const;
void setLocaleLocked(const char* locale);
void updateResourceParamsLocked() const;
+ bool appendPathToResTable(const asset_path& ap) const;
Asset* openIdmapLocked(const struct asset_path& ap) const;