diff options
author | 2014-08-22 22:23:08 -0700 | |
---|---|---|
committer | 2014-08-22 22:23:08 -0700 | |
commit | 16d08a595edeeed53fa6164578d2d4f63092aaec (patch) | |
tree | a448b6673d636202427b5fe5252ea00817838eb4 | |
parent | b1bbfc2d029b709f6b4bb26f4d840e4002eb3781 (diff) |
Add native flag to reflect new density type
Bug:17007265
Change-Id: If0129c4ad222fe28628d6f7cd8ee78fc6424e177
-rw-r--r-- | include/android/configuration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/android/configuration.h b/include/android/configuration.h index 97d4c42a3d..be00066418 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -45,6 +45,7 @@ enum { ACONFIGURATION_DENSITY_XHIGH = 320, ACONFIGURATION_DENSITY_XXHIGH = 480, ACONFIGURATION_DENSITY_XXXHIGH = 640, + ACONFIGURATION_DENSITY_ANY = 0xfffe, ACONFIGURATION_DENSITY_NONE = 0xffff, ACONFIGURATION_KEYBOARD_ANY = 0x0000, |