summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-06-09 16:06:07 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-09 16:06:07 -0700
commitf51ded0f8f593d17af82946eb65c05fc04f688b4 (patch)
tree32b39d7d93170aed01c11e7353afc53a2b306cb4 /include
parent5a8455c3c625201f3ae6b9ce32913bf97ba61cc8 (diff)
parenta8d7ea067cf22baeee2ff0a33e5a8c5a35936942 (diff)
downloadframeworks_base-f51ded0f8f593d17af82946eb65c05fc04f688b4.zip
frameworks_base-f51ded0f8f593d17af82946eb65c05fc04f688b4.tar.gz
frameworks_base-f51ded0f8f593d17af82946eb65c05fc04f688b4.tar.bz2
am a8d7ea06: am 220cd77d: Merge "Enforce public resource restriction on bag parents." into honeycomb-mr2
* commit 'a8d7ea067cf22baeee2ff0a33e5a8c5a35936942': Enforce public resource restriction on bag parents.
Diffstat (limited to 'include')
-rw-r--r--include/utils/ResourceTypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utils/ResourceTypes.h b/include/utils/ResourceTypes.h
index 8a92cd6..612ff93 100644
--- a/include/utils/ResourceTypes.h
+++ b/include/utils/ResourceTypes.h
@@ -1988,7 +1988,8 @@ public:
String16* outName,
const String16* defType = NULL,
const String16* defPackage = NULL,
- const char** outErrorMsg = NULL);
+ const char** outErrorMsg = NULL,
+ bool* outPublicOnly = NULL);
static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
static bool stringToFloat(const char16_t* s, size_t len, Res_value* outValue);