Merge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
90d59d180b
@@ -32,7 +32,7 @@ namespace {
|
|||||||
// All these constants below must be kept in sync with Metadata.java.
|
// All these constants below must be kept in sync with Metadata.java.
|
||||||
enum MetadataId {
|
enum MetadataId {
|
||||||
FIRST_SYSTEM_ID = 1,
|
FIRST_SYSTEM_ID = 1,
|
||||||
LAST_SYSTEM_ID = 31,
|
LAST_SYSTEM_ID = 32,
|
||||||
FIRST_CUSTOM_ID = 8192
|
FIRST_CUSTOM_ID = 8192
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user