Merge "Add a symbol to represent MNC=0"

This commit is contained in:
Wink Saville 2013-07-30 19:19:41 +00:00 committed by Gerrit Code Review
commit 9f476fd080

View File

@ -113,6 +113,8 @@ enum {
ACONFIGURATION_UI_MODE = 0x1000,
ACONFIGURATION_SMALLEST_SCREEN_SIZE = 0x2000,
ACONFIGURATION_LAYOUTDIR = 0x4000,
ACONFIGURATION_MNC_ZERO = 0xffff,
};
/**