From 16d08a595edeeed53fa6164578d2d4f63092aaec Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Fri, 22 Aug 2014 22:23:08 -0700 Subject: [PATCH] Add native flag to reflect new density type Bug:17007265 Change-Id: If0129c4ad222fe28628d6f7cd8ee78fc6424e177 --- include/android/configuration.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/android/configuration.h b/include/android/configuration.h index 97d4c42a3..be0006641 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,