am 9f476fd0: Merge "Add a symbol to represent MNC=0"

* commit '9f476fd08079701d1ad0f7c591667b6e673ed38e':
  Add a symbol to represent MNC=0
This commit is contained in:
Wink Saville 2013-07-30 12:28:02 -07:00 committed by Android Git Automerger
commit f97b6e218a
1 changed files with 2 additions and 0 deletions

View File

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