]> git.saurik.com Git - android/aapt.git/blobdiff - ResourceTable.h
Add new landscape and portrait orientation features.
[android/aapt.git] / ResourceTable.h
index bbb81408c8305f9f1271bc609ff3583a4265cc75..734c541f9b6119b8e67545ad18379def650a504a 100644 (file)
@@ -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);