diff options
| author | 2013-07-30 12:28:02 -0700 | |
|---|---|---|
| committer | 2013-07-30 12:28:02 -0700 | |
| commit | f97b6e218a6143f20137e6ce76bbdc7621fac6cf (patch) | |
| tree | 6d000f736898eb85520bdbd569ec070f92c9b6cc /include/android | |
| parent | aaff4ef717c08f6aed7ccd96e1d65222ceb4fd17 (diff) | |
| parent | 9f476fd08079701d1ad0f7c591667b6e673ed38e (diff) | |
am 9f476fd0: Merge "Add a symbol to represent MNC=0"
* commit '9f476fd08079701d1ad0f7c591667b6e673ed38e':
Add a symbol to represent MNC=0
Diffstat (limited to 'include/android')
| -rw-r--r-- | include/android/configuration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index d5cddb3069..6d8784db02 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -113,6 +113,8 @@ enum { ACONFIGURATION_UI_MODE = 0x1000, ACONFIGURATION_SMALLEST_SCREEN_SIZE = 0x2000, ACONFIGURATION_LAYOUTDIR = 0x4000, + + ACONFIGURATION_MNC_ZERO = 0xffff, }; /** |