Merge "Fix night/notnight resource folder handling." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
1bfbf19bd9
@ -79,8 +79,8 @@ enum {
|
||||
ACONFIGURATION_UI_MODE_TYPE_CAR = 0x03,
|
||||
|
||||
ACONFIGURATION_UI_MODE_NIGHT_ANY = 0x00,
|
||||
ACONFIGURATION_UI_MODE_NIGHT_NO = 0x10,
|
||||
ACONFIGURATION_UI_MODE_NIGHT_YES = 0x20,
|
||||
ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
|
||||
ACONFIGURATION_UI_MODE_NIGHT_YES = 0x2,
|
||||
|
||||
ACONFIGURATION_MCC = 0x0001,
|
||||
ACONFIGURATION_MNC = 0x0002,
|
||||
|
Reference in New Issue
Block a user