Merge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that." into gingerbread

This commit is contained in:
Andreas Huber
2010-10-13 15:46:18 -07:00
committed by Android (Google) Code Review

View File

@@ -32,7 +32,7 @@ namespace {
// All these constants below must be kept in sync with Metadata.java.
enum MetadataId {
FIRST_SYSTEM_ID = 1,
LAST_SYSTEM_ID = 31,
LAST_SYSTEM_ID = 32,
FIRST_CUSTOM_ID = 8192
};