diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/androidfw/ResourceTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/androidfw/ResourceTypes.h b/include/androidfw/ResourceTypes.h index e612c0a..b56829d 100644 --- a/include/androidfw/ResourceTypes.h +++ b/include/androidfw/ResourceTypes.h @@ -1684,6 +1684,8 @@ public: public: inline virtual ~Accessor() { } + virtual const String16& getAssetsPackage() const = 0; + virtual uint32_t getCustomResource(const String16& package, const String16& type, const String16& name) const = 0; |