]> git.saurik.com Git - android/aapt.git/blobdiff - ResourceTable.h
Don't lose product variant strings that also vary between locales.
[android/aapt.git] / ResourceTable.h
index 734c541f9b6119b8e67545ad18379def650a504a..80f2192da4f613c61fb68449ee1b081fa9b4a5b7 100644 (file)
@@ -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);