diff options
author | Ramanan Rajeswaran <ramanan@google.com> | 2012-02-13 13:53:39 -0800 |
---|---|---|
committer | Ramanan Rajeswaran <ramanan@google.com> | 2012-02-13 14:17:06 -0800 |
commit | 9d29031417bd2256a287969271edcd57c0cbd9c2 (patch) | |
tree | d9d42b81f6517ff31dac52ef185a152302e493c5 /native | |
parent | c1496d2d9a496e4aba817a58ecb9e07fe55cdba5 (diff) | |
download | frameworks_base-9d29031417bd2256a287969271edcd57c0cbd9c2.zip frameworks_base-9d29031417bd2256a287969271edcd57c0cbd9c2.tar.gz frameworks_base-9d29031417bd2256a287969271edcd57c0cbd9c2.tar.bz2 |
DO NOT MERGE
Revert "Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc."
This reverts commit c1496d2d9a496e4aba817a58ecb9e07fe55cdba5.
Change-Id: If60df742b19c925cc99b20d01108b84415b124ad
Diffstat (limited to 'native')
-rw-r--r-- | native/include/android/configuration.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/include/android/configuration.h b/native/include/android/configuration.h index ddd4d35..2444c4b 100644 --- a/native/include/android/configuration.h +++ b/native/include/android/configuration.h @@ -42,8 +42,6 @@ enum { ACONFIGURATION_DENSITY_MEDIUM = 160, ACONFIGURATION_DENSITY_TV = 213, ACONFIGURATION_DENSITY_HIGH = 240, - ACONFIGURATION_DENSITY_XHIGH = 320, - ACONFIGURATION_DENSITY_XXHIGH = 480, ACONFIGURATION_DENSITY_NONE = 0xffff, ACONFIGURATION_KEYBOARD_ANY = 0x0000, |