diff options
Diffstat (limited to 'include')
-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 97d4c42..be00066 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, |