X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/901384222cb775bceec4723c285866bd4617b4bb..8a9f9549fcc1f476428ed77b14a0142b99721a0a:/ResourceTable.h?ds=sidebyside diff --git a/ResourceTable.h b/ResourceTable.h index 734c541..80f2192 100644 --- a/ResourceTable.h +++ b/ResourceTable.h @@ -124,6 +124,11 @@ public: const String16& type, const String16& name) const; + bool hasBagOrEntry(const String16& package, + const String16& type, + const String16& name, + const ResTable_config& config) const; + bool hasBagOrEntry(const String16& ref, const String16* defType = NULL, const String16* defPackage = NULL);