X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/58bf69c5880140bd7a2138467667ea8a0e6fe6e8..483bf9fcbadc82d390fe91ebf23cd9bf898940a5:/ResourceTable.h?ds=sidebyside diff --git a/ResourceTable.h b/ResourceTable.h index bbb8140..734c541 100644 --- a/ResourceTable.h +++ b/ResourceTable.h @@ -162,13 +162,13 @@ public: uint32_t getResId(const String16& package, const String16& type, const String16& name, - bool onlyPublic = false) const; + bool onlyPublic = true) const; uint32_t getResId(const String16& ref, const String16* defType = NULL, const String16* defPackage = NULL, const char** outErrorMsg = NULL, - bool onlyPublic = false) const; + bool onlyPublic = true) const; static bool isValidResourceName(const String16& s);