diff options
author | 2013-02-12 15:36:31 -0800 | |
---|---|---|
committer | 2013-02-12 15:36:31 -0800 | |
commit | 6303d06ece8597e7508663b699e614e4ce0d8f9e (patch) | |
tree | 7bb4f887fed6d240e20a44eba0706f9df6f368af /include/android/configuration.h | |
parent | 351c2941736039c495dd7ac849ec64fbf7f3ff05 (diff) |
Implement issue #6646859: 4K!!!! 4K!!!! 4K!!!!
Change-Id: I1bb630c58d0d41446b726de1b9d2c3875fcbbceb
Diffstat (limited to 'include/android/configuration.h')
-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 0f5c14afad..d5cddb3069 100644 --- a/include/android/configuration.h +++ b/include/android/configuration.h @@ -44,6 +44,7 @@ enum { ACONFIGURATION_DENSITY_HIGH = 240, ACONFIGURATION_DENSITY_XHIGH = 320, ACONFIGURATION_DENSITY_XXHIGH = 480, + ACONFIGURATION_DENSITY_XXXHIGH = 640, ACONFIGURATION_DENSITY_NONE = 0xffff, ACONFIGURATION_KEYBOARD_ANY = 0x0000, |